To get the selected value of select field in sencha touch, there is a method named getValue() - this method will give you the selected value of select field.
var value = Ext.getCmp('ProductList').getValue();
ProductList is the name of select field.
If you want to learn more about select field, then you can read my article:
get the selected value of select field in Sencha Touch.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy
Join MindStick Community
You have need login or register for voting of answers or question.
Sumit Kesarwani
25-Jun-2013