selectfield with couple lines sencha touch 2 -


i'm try put long option sencha touch 2 selectfield it work picker need display whole option text inside selectfield too. let me explain pictures. have enter image description here want (painted in gimp) enter image description here tried increase height of selectfield , apply white-space: pre-wrap !important; text still truncated...

i solved it! looked through sencha-2.2 sources , found selectfield extended textfield. copied selectfield source in own class areaselectfield , changed there 2 lines:

extend: 'ext.field.textarea', xtype: 'areaselectfield' 

maybe there simpler way works


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -