[Solved] Theme xml parameters
Posted: 15 Oct 2008, 14:56
I've checked the manual and the FAQ but cannot find a complete list anywhere.
Is there a complete list of all the various parameters I can use in the theme.xml file?
I've downloaded the available themes (default & all) and noticed a few variations which helped.
For instance:
Detail Window Background Color was:
I'm guessing that any other attribute can be set by adding a parameter with the same name, only with underscores used in place of spaces?
The reason I'm after this is that I'd rather control all the backgrounds/borders for my modal popup boxes in the theme and then change them on mass at the end (all my menu items are already created).
cheers
Is there a complete list of all the various parameters I can use in the theme.xml file?
I've downloaded the available themes (default & all) and noticed a few variations which helped.
For instance:
Detail Window Background Color was:
Code: Select all
<param name="detail_window_background_color" default="#ffffff" />The reason I'm after this is that I'd rather control all the backgrounds/borders for my modal popup boxes in the theme and then change them on mass at the end (all my menu items are already created).
cheers