I have a list with 2 groups. I want to override the default background color of the headings given to the group in the list. How to change the background color of the grouped heading in List in sencha touch 2?
相关问题
- Adding a timeout to a render function in ReactJS
-
Why does the box-shadow property not apply to a
- Add animation to jQuery function Interval
- jQuery hover to slide?
- Issue with star rating css
You can easily do this by adding ur own class to the list and the find the class names that define the styles for the headers using the chrome developer tools.
Add cls to the list like
Add the following css style
To change the header color based on model value this Sencha Fiddle, JSFiddle might give you an idea.