-
Sencha User
Answered: how to add some text in a textfield.
Answered: how to add some text in a textfield.
Hello,
how to add some text after the it's value in a textfield.
Thanks for help
-
Best Answer Posted by
Jad
-
Can you use getValue() and setValue() ?
var tb=this.getForm().down("#someID"); // get the widget
tb.setValue(tb.getValue()+" Hello World");
-
Sencha User
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us