webuijsf
Tag skipHyperlink


Use the webuijsf:skipLink tag to render a single-pixel transparent image (not visible within the browser page) which is hyperlinked to an anchor beyond the section to skip. This tag is used to achieve 508-compliance (paragraph o). It is designed to be used by components such as masthead, tabs, calendar and other components with repetitive links.

HTML Elements and Layout

The rendered HTML page displays an image hyperlink at the top, followed by an anchor at the end of the region to skip.

Theme Identifiers

None.

Client-side JavaScript functions

None.

Examples

Example 1: An example showing how to skip over the masthead:
<webuijsf:skipHyperlink id="skip1234" description="skip over the masthead" > <webuijsf:masthead id=masthead1" productImageURL="../images/webconsole.png" productImageDescription="Java Web Console" userInfo="test_user" serverInfo="test_server" /> </webuijsf: skipHyperlink>


Tag Information
Tag Classcom.sun.webui.jsf.component.SkipHyperlinkTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
bindingfalsefalsejava.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.
styleClassfalsefalsejava.lang.String

CSS style class(es) to be applied to the outermost HTML element when this component is rendered.

descriptionfalsefalsejava.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.

stylefalsefalsejava.lang.String

CSS style(s) to be applied to the outermost HTML element when this component is rendered.

tabIndexfalsefalsejava.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.

renderedfalsefalsejava.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.
idfalsetruejava.lang.StringNo Description

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.