I have a need to customize the selected fields list in our Sencha Touch application.
For example: I have very long texts so I want to indicate variable height parameter.
So, please help me how can I do it..!
thank you.
Last updated:4/13/2016 1:23:44 AM
Tarun Kumar
To adjust variable height according to the long texts, create a custom css for your selected field list.
ORExamples: Use onFocus event on the selected field where you want to change the width of the panel list, like this:
You can get the selectfield when the panelList will be shown, like this:
After that set the width of the panel, like this:
OR
You can use css for adjusting width according to the field list, like this:
I hope it will be helpful for you.