How to disconnect the list component from color changes when clicking on the sencha?

I would like to disable the item in the list component due to a color change when clicking on Sencha touch. Is there any way to do this? I looked through the api documentation for the list component, but could not see the configuration parameter that would allow this to change.

Thanks.

+4
source share
2 answers

Try setting selectedCls to an empty line in the List configuration.

+9
source

listen to the select event on the list component and return false

0
source

All Articles