Hi!
It is possible to change the combobox 'name' config dynamically?
There is no setName method.
I tried the following, but it did not work:
and
Thanks in advance
It is possible to change the combobox 'name' config dynamically?
There is no setName method.
I tried the following, but it did not work:
Code:
Ext.apply(combobox, {name:'something'});and
Code:
combobox.name ='something';Thanks in advance
Change the combobox 'name' config dynamically
Aucun commentaire:
Enregistrer un commentaire