Attributes |
Name | Required | Request-time | Type | Description |
cssClass | false | true | java.lang.String | A class to give to the container of the icon, to provide an implementation for the icon. Note that the preferred method of setting the icon's image is via the image attribute. |
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; . |
id | false | true | java.lang.String | An ID for the component instance. |
image | false | true | java.lang.String | The image to display for the icon. Values are taken from the suffix of the Bootstrap icon CSS classes. For example, to display the edit icon you would reference the icon-edit CSS class by setting the value edit . If an icon image is referenced for cssClass and image , both icons are shown in the component. |
label | false | true | java.lang.String | Text to display alongside the icon. |
markupView | false | true | java.lang.String | No Description |
src | false | true | java.lang.String | No Description |
target | false | true | java.lang.String | The target window in which the URL is opened. The default value is self . Possible values are blank , self , parent , top , and a unique frame's name. |
url | false | true | java.lang.String | A URL navigated to when the icon is clicked. |