Members
_inputView :OC.SystemTags.SystemTagsInputField
Type:
Methods
_onDeselectTag(tagId)
Event handler whenever a tag gets deselected.
Removes the selected tag from the mapping collection.
Parameters:
Name | Type | Description |
---|---|---|
tagId |
string | tag id |
_onSelectTag()
Event handler whenever a tag was selected
_onTagDeletedGlobally(tagId)
Event handler whenever a tag was deleted globally.
This will automatically adjust the tag mapping collection to
container the new name.
Parameters:
Name | Type | Description |
---|---|---|
tagId |
OC.Backbone.Model | tag model that has changed |
_onTagRenamedGlobally(changedTag)
Event handler whenever a tag was renamed globally.
This will automatically adjust the tag mapping collection to
container the new name.
Parameters:
Name | Type | Description |
---|---|---|
changedTag |
OC.Backbone.Model | tag model that has changed |
render()
Renders this details view