Hi,

You use CSS styles to change things like that. For all TitleBars, you can
either use:

js|TitleBar {
        backgroundColor: #FFFF00;
}

or 

.TitleBar {
        backgroundColor: #FFFF00;
}

If you want to target a specific Panel, give the Panel its own className
and use that:

.firstPanel .TitleBar {
        backgroundColor: #FFFF00;
}


Peter Ent
Adobe Systems

On 12/8/15, 5:25 AM, "PKumar" <[email protected]> wrote:

>Hi,
>
>How can i change the Panel header color in FlexJS?
>
>
>
>-----
>Prashant
>Sr. Product Specialist, Sungard
>--
>View this message in context:
>http://apache-flex-users.2333346.n4.nabble.com/FlexJS-Panel-Header-Color-t
>p11592.html
>Sent from the Apache Flex Users mailing list archive at Nabble.com.

Reply via email to