Threaded View
-
1 Nov 2007 4:42 AM #1
change fieldLabel of Ext.form.Field
change fieldLabel of Ext.form.Field
can't figure out how to change the Label of an Ext.form.TextArea component at runtime (after the form has been rendered)
myExtFormTextArea.fieldLabel = 'new label';
doesn't work
maybe someone could give me a hand, thnx


Reply With Quote