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 -

logging - How can I log both the Request.InputStream and Response.OutputStream traffic in my ASP.NET MVC3 Application for specific Actions? -

java - Why my included JSP file won't get processed correctly? -