Sencha Forum
>
Sencha Touch 1.x Forums
>
Sencha Touch 1.x: Discussion
> Syntax for getting form value with Ext.getCmp
PDA
View Full Version :
Syntax for getting form value with Ext.getCmp
steve1964
12 Sep 2010, 6:02 AM
Can anyone show me the syntax to getValue of a form text field with Ext.getCmp, i'm becoming crazy with this...
evant
12 Sep 2010, 4:31 PM
As you would expect:
var val = Ext.getCmp('myField').getValue();
Powered by vBulletin® Version 4.1.5 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.