Class: SystemTagsInfoView

OCA.SystemTags.SystemTagsInfoView

Displays a file's system tags

Constructor

new SystemTagsInfoView()

Source:

Members

_inputView :OC.SystemTags.SystemTagsInputField

Type:
Source:

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
Source:

_onSelectTag()

Event handler whenever a tag was selected
Source:

_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
Source:

_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
Source:

render()

Renders this details view
Source: