Attributes |
Name | Required | Request-time | Type | Description |
ariaRole | false | true | java.lang.String | A role for assistive technologies to interpret HTML elements that have been used for something other than their intended purpose. For example, the <p> tag could be used for something other than a paragraph. |
cssClass | false | true | java.lang.String | A CSS class for styling the component. |
data | false | true | java.util.Map | Miscellaneous data to be stored via a map. For example, the HashMap<"class-name", foo> would render as the attribute data-class-name = foo; . |
href | true | true | java.lang.String | A URL to navigate to when the link is clicked. |
iconCssClass | false | true | java.lang.String | No Description |
id | false | true | java.lang.String | An ID for the component instance. |
label | false | true | java.lang.String | Text for the anchor's label. |
lang | false | true | java.lang.String | A language to associate with the anchor component, to assist search engines and web browsers in finding and rendering the anchor appropriately. |
localizeLabel | false | true | boolean | Whether to translate the label's text into the user's language. The default value is true . |
onClick | false | true | java.lang.String | A function to be called on a user clicking the anchor. |
target | false | true | java.lang.String | A target window in which to open the URL. The default value is self . Possible values are blank , self , parent , top , and a unique frame's name. |
title | false | true | java.lang.String | A title for the anchor. |