-
6 Jun 2012 1:59 AM #1
How to set tixtfield value dynamically
How to set tixtfield value dynamically
I set textfield id = name_id
on click on button setting value to textfield
Ext.get('name_id').value='Jon';
Its not working, please can anyone help me out.
Thankyou


Reply With Quote