Extends the Property renderer (module:alfresco/renderers/Property) to provide a linked property.
- Copyright:
- Copyright (C) 2005-2020 Alfresco Software Limited
- License:
- GNU Lesser General Public License, see: Open Source Licensing
- Source:
Extends
- alfresco/renderers/PropertyLink
Mixes In
- alfresco/navigation/_HtmlAnchorMixin
- alfresco/renderers/_SearchResultLinkMixin
Methods
-
getAnchorTargetSelectors()
-
Returns an array containing the selector that identifies the span to wrap in an anchor. This overrides the mixed in function that just returns an empty array.
-
getPublishPayload() → {object}
-
Overrides the inherited function to return the payload generated by the [generatePayload function] module:alfresco/search/SearchResultPropertyLink#generatePayload.
Returns:
The generated payload- Type
- object
-
getPublishTopic() → {object}
-
Overrides the inherited function to return the "ALF_NAVIGATE_TO_PAGE" topic.
Returns:
The generated payload- Type
- object
-
postCreate()
-
Generates the publication payload by calling the mixed in generatePayload function and then wraps the property in an anchor element by calling the mixed in makeAnchor function