Attributes that allow page authors to specify whether an element is displayed or not.
Attribute | Description | Type | Default | Options | Use |
---|---|---|---|---|---|
displayed | The initial displayed state of the element. Setting this attribute to 'false' will prevent the element from being displayed when the page is initially loaded. | xs:Boolean | true | false, true | optional |
initial-displayed-state | The initial displayed state of the element. Setting this attribute to 'false' will prevent the element from being displayed when the page is initially loaded. Note:
This attribute has been deprecated in favor of the displayed attribute. |
xs:Boolean | true | false, true | deprecated |