Zmiany pomiędzy wersją początkową i wersją 1 dla DeployerGuide/Customization/DialogScriptEngine

Pokaż
Ignoruj:
Data i czas:
10/12/11 15:46:26 (13 years temu)
Autor:
MK (IP: 213.227.67.33)
Komentarz:

--

Legend:

Bez zmian
Dodane
Usunięte
Zmienione
  • DeployerGuide/Customization/DialogScriptEngine

    v1 v1  
     1onchange dla cechy typu select ({$FEATID:113}): 
     2{{{ 
     3if ({$FEATID:113}.value == '78') { 
     4$({$FEATID:111}.id+'_75_chk').checked=true; 
     5$({$FEATID:111}.id+'_76_chk').checked=false; 
     6eval({$FEATID:108}.id+'_selectID(10039);'); 
     7} else { 
     8$({$FEATID:111}.id+'_75_chk').checked=false; 
     9$({$FEATID:111}.id+'_76_chk').checked=true; 
     10} 
     11}}} 
     12 
     13zaznacza checkboxy dla checklisty i dla wartosci 78 ustawia dla cechy {$FEATID:108} kontakt o id = 10039