Extends the inline editable property renderer to make
it possible to act as a link.
- Copyright:
- Copyright (C) 2005-2020 Alfresco Software Limited
- License:
- GNU Lesser General Public License, see: Open Source Licensing
- 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
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. -
postCreate()
-
Extends the inherited function to add the linking capability.