extjs - Sencha Touch how to set selected item in selectfield -


I'm using Touch 2.3.1. How to select an item in a selectfield? There is no way to support this. I do not want to set the invoice to a placeholder in select grounds.

I tried it Google but there is nothing about it.

Obviously it supports it.

Value Ext.field.Select's is the value of the selected item, therefore, you can either set the initial value or at any time by value Config from the setValue method.

Comments

Popular posts from this blog

php - PDO bindParam() fatal error -

php - How can I cram 6+31 numeric characters into 22 alphanumeric characters? -

mysql - where clause in inner join query -