The rendered
HTML page displays an image hyperlink at the top, followed by an anchor at
the end of the region to skip.
Attributes |
Name | Required | Request-time | Type | Description |
binding | false | false | java.lang.String |
A ValueExpression that resolves to the UIComponent that corresponds
to this tag. This binding allows the Java bean that contains the UIComponent
to manipulate the UIComponent, its properties, and its children.
|
styleClass | false | false | java.lang.String | CSS style class(es) to be applied to the outermost HTML element when this
component is rendered.
|
description | false | false | java.lang.String | Use the description attribute to provide text that describes the purpose
of the skip hyperlink. The description should indicate which section is
skipped when the link is clicked. The text is rendered as the alt text for
the image.
|
style | false | false | java.lang.String | CSS style(s) to be applied to the outermost HTML element when this
component is rendered.
|
tabIndex | false | false | java.lang.String | Position of this element in the tabbing order of the current document.
Tabbing order determines the sequence in which elements receive
focus when the tab key is pressed. The value must be an integer
between 0 and 32767.
|
rendered | false | false | java.lang.String | Use the rendered attribute to indicate whether the HTML code for the
component should be included in the rendered HTML page. If set to false,
the rendered HTML page does not include the HTML for the component. If
the component is not rendered, it is also not processed on any subsequent
form submission.
|
id | false | true | java.lang.String | No Description |