Daily Archives: August 30, 2006

Flex 1.5 Panel’s titleStyleDeclaration default

The document for Flex 1.5 Panel attribute titleStyleDeclaration is a little mis-leading.  But to much of my surprise I found a nice tidbit in the description of the titleStyleDeclaration.  There is a default styleName for this attribute, which contridicts other statements on the Panel documentation page.
The default value is “windowStyles”.
Here is what it says in [...]