Attributes |
Name | Required | Request-time | Type | Description |
confirmation | false | true | java.lang.String | Text to use in place of the text from the default deletion confirmation message language key are-you-sure-you-want-to-delete-this . If the trash attribute is set to true , no confirmation message is shown. |
cssClass | false | true | java.lang.String | A CSS class for styling the component. |
icon | false | true | java.lang.String | No Description |
id | false | true | java.lang.String | An ID for the component instance. |
image | false | true | java.lang.String | An image for the icon, from the current theme. The value can be the filename prefix of any image file in the theme's common image folder. The image takes precedence over any default icon images. |
label | false | true | boolean | Whether to display the message attribute's value as the icon's label. The default value is false . |
linkCssClass | false | true | java.lang.String | A CSS class for styling the icon's URL. |
message | false | true | java.lang.String | Text to display on mouse over of the icon. |
method | false | true | java.lang.String | An HTTP request method to invoke. Possible values are get and post . |
showIcon | false | true | java.lang.String | No Description |
trash | false | true | boolean | Whether to use the trash icon instead of the remove icon. The default value is false . |
url | true | true | java.lang.String | A URL navigated to when the icon is clicked. |