Changes between Version 2 and Version 3 of WF/CaixadeSelecaoMultipla-Duplex


Ignore:
Timestamp:
07/24/07 17:37:33 (17 years ago)
Author:
cassiomaes
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WF/CaixadeSelecaoMultipla-Duplex

    v2 v3  
    113113 
    114114<table> 
    115  
    116115    <tr> 
    117  
    118116        <td class="form_label"> Estado</td> 
    119  
    120117        <td> 
    121  
    122118            {wf_select_city_init}{wf_select_state name="estado" onChange="atualizaCidades();"} 
    123  
    124119        </td> 
    125  
    126120    </tr> 
    127  
    128121    <tr> 
    129  
    130122        <td class="form_label"> Cidades</td> 
    131  
    132123        <td> 
    133  
    134124            {wf_select_duplex nameLeft="disponiveis" nameRight="cadastrados" arrayRight=$cidades} 
    135  
    136125            <s c r i p t> draw_cities('disponiveis',1, callDiff); </s c r i p t> 
    137  
    138126        </td> 
    139  
    140127    </tr> 
    141  
    142128</table> 
    143129 
     
    151137 
    152138function atualizaCidades() { 
    153  
    154139    objEstado = eval('document.forms[0].estado'); 
    155  
    156140    draw_cities('disponiveis', objEstado.value, callDiff); 
    157141 
     
    161145 
    162146var callDiff = function (){ 
    163  
    164147    selectDiff('cadastrados','disponiveis'); 
    165148