joliclic
This a slightly modified version of xul:expander (not documented on MDC, but defined in expander.xml in the toolkit).
This element displays its content in a container that can be collapsed with a little button. A label can be set as title.
<kh-expander label="a expander label" open="true"> <description>Some text content</description> </kh-expander>
live examples:
type: string
type: boolean
The state of the element, if open="false", the content is collapsed
type: boolean
Disable the button to expand the content, and the content.
type: boolean
Get and set the open
attribute.
Khromaxul - version: 0.3alpha - 2009-07-30