This module is used exclusively in client-debug mode in order to provide information about a specific
widget. It is intended to provide a developer with information about the ID of a widget and a code
snippet that can be used in a Surf Extension to find the widget in the model in order to work with it.
- Copyright:
- Copyright (C) 2005-2020 Alfresco Software Limited
- License:
- GNU Lesser General Public License, see: Open Source Licensing
- Source:
Extends
Members
-
cssRequirements :Array
-
An array of the CSS files to use with this widget.
Type:
- Array
- Source:
-
i18nRequirements :Array
-
An array of the i18n files to use with this widget.
Type:
- Array
- Source:
Methods
-
createWidgetDom()
-
Overrides the inherited function to construct the DOM for the widget using native browser capabilities.
- Since:
- 1.0.100
- Source:
-
postMixInProperties()
-
Sets up the image source and it's alt text.
- Source:
-
showInfo(evt)
-
Handles clicking on the info image and displays a tooltip dialog with information about the selecte widget.
Parameters:
Name Type Description evt
object Dojo-normalised event object - Source: