| Attributes |
| Name | Required | Request-time | Type | Description |
| addCallback | false | true | java.lang.String | A function to call when a tag is added. |
| allowAddEntry | false | true | boolean | Whether to allow adding new tags to the list of tags. The default value is true. |
| autoFocus | false | true | boolean | Whether to automatically focus the tag input field. The default value is false. |
| className | false | true | java.lang.String | The asset's Java class. |
| classPK | false | true | java.lang.String | The asset's Java class primary key to associate with the tags. This is a Java long. |
| groupIds | false | true | java.lang.String | The asset tags' group IDs. |
| hiddenInput | false | true | java.lang.String | The name of the hidden input for passing in the asset's current tags. |
| id | false | true | java.lang.String | The component instance's ID. |
| ignoreRequestValue | false | true | boolean | Whether to ignore the hidden input's request value. The default value is false. |
| removeCallback | false | true | java.lang.String | A function to call when a tag is removed. |
| showSelectButton | false | true | boolean | Whether to show the Select button. The default value is false. |
| tagNames | false | true | java.lang.String | The currently selected tags. |