PDA

View Full Version : Ext +textFields & setFields



barni08
23 Jul 2007, 12:04 AM
Hello.
I have question.
When I have textFields and fieldSets with parameters fieldLabel, is it possible to click the Button in order to change the values of those fieldLabels without reloading of the website.

Thx :]

barni08
23 Jul 2007, 1:30 AM
for textFields answer is easy:
var fld1 = row1.findField('xxx);
fld1.getEl().findParent('div').previousSibling.innerHTML = 'new text';

but it does not workin' for DataFields, RadioButtons and CheckButtons...
Someone can tell me why ?? and what I can do with this problem ??