Module: alfresco/renderers/ReadOnlyTag

alfresco/renderers/ReadOnlyTag

This is the default tag used by the Tags renderer and is used to represent a read only representation of a previously added tag.
Author:
  • Dave Draper
License:
Source:

Members

cssRequirements :object[]

An array of the CSS files to use with this widget.
Type:
  • object[]
Default Value:
  • [{cssFile:"./css/ReadOnlyTag.css"}]
Source:

i18nRequirements :object[]

An array of the i18n files to use with this widget.
Type:
  • object[]
Default Value:
  • [{i18nFile: "./i18n/ReadOnlyTag.properties"}]
Source:

tagName :string

The display name for the tag.
Type:
  • string
Default Value:
  • null
Source:

tagValue :string

The value of the tag (typically this will be a nodeRef)
Type:
  • string
Default Value:
  • null
Source:

Methods

createWidgetDom()

Overrides the inherited function to construct the DOM for the widget using native browser capabilities.
Since:
  • 1.0.101
Source:

postCreate()

Determines whether or not the property should only be displayed when the item is hovered over.
Source: