You see the Properties window for a Markup component when you select the component in the Navigator window. This JavaServer Faces 1.2 component has the following properties.
Type: String
Type: String
position: absolute; left: 288px; top: 312px
You can enter values directly or click the ellipsis (...) button to use the Style Editor.
For a list of CSS2 style attributes, see the web page at
Type: String
Type: String
tag
property. The id
property and the style
property provide two attributes for the HTML tag. You can add additional attributes as name='value' pairs separated by a space. For example, if the HTML element is an <hr />
tag, defined in the tag
property as hr
, you could specify a series of attributes in the extraAttributes
property like the following:
align='center' size='6' width='50%' onclick='alert("You clicked?");'
Type: boolean
<meta>
tag does not appear in the page at all. Type: boolean
/>
to be generated in the rendered HTML. For example, the <br>
element is a singleton element that must be rendered as <br />
to make it XHTML compliant. Type: String