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.
Home / DeveloperSection / Forums / How to customize selected fields in a list in Sencha Touch app?
Tarun Kumar
13-Apr-2016Examples: Use onFocus event on the selected field where you want to change the width of the panel list, like this:
OR
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.