Module: alfresco/renderers/InlineEditPropertyLink

alfresco/renderers/InlineEditPropertyLink

Extends the inline editable property renderer to make it possible to act as a link.
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/InlineEditPropertyLink.css"}]
Source:

<inner> editOnClickRenderedValue :boolean

Whether the widget should be put into edit mode when rendered value is clicked.
Type:
  • boolean
Source:

Methods

onLinkClick(evt)

Handles the link click. The link click is is configured by the usual publication configuration attributes but these are all prefixed by "link" (e.g. "publishTopic" becomes "linkPublishTopic", "publishPayload" becomes "linkPublishPayload", etc.) in order to distinguish between editing publications inherited from the InlineEditProperty and linking publications.
Parameters:
Name Type Description
evt object The click event.
Source:

postCreate()

Extends the inherited function to add the linking capability.
Source: