| Attributes |
| Name | Required | Request-time | Type | Description |
| addCallback | false | true | java.lang.String | A function to be called 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 Java class of the asset. |
| classPK | false | true | java.lang.String | The Java class primary key of an asset to associate with the tags. This is a Java long. |
| curTags | false | true | java.lang.String | The current selected tags. |
| groupIds | false | true | java.lang.String | The group IDs of the asset tags. |
| 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 | An ID for the component instance. |
| ignoreRequestValue | false | true | boolean | Whether to ignore the request value of the hidden input. The default value is false. |
| removeCallback | false | true | java.lang.String | A function to be called when a tag is removed. |