-
Change Active panel header in Accordion
Change Active panel header in Accordion
Screen shot 2012-11-09 at 11.29.20 AM.png
Hi ,
I need the header color of the selected panel(currently expanded mode) to be changed dynamically.
Can u suggest how to achieve this?
.x-accordion-hd {
background: red !important;
font-size:20;
}
.x-accordion-hd .x-panel-header-text {
color: white;
font-size:15;
}
The above CSS is applied for ALL. But I need this to happen only for the expanded panel.(i.e. in diagram represents panel2 header)
-
Sencha - Senior Forum Manager
Have you inspected the DOM to see what classes are on the active/expanded item?
-
I am able to see the below classes used when I do an inspect element.
x-panel-header x-docked x-panel-header-default-framed x-horizontal x-panel-header-horizontal x-panel-header-default-framed-horizontal x-top x-panel-header-top x-panel-header-default-framed-top x-docked-top x-panel-header-docked-top x-panel-header-default-framed-docked-top x-unselectable x-accordion-hd
but when I override all using cls/comp id, it is not reflecting.
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us