Toolbar for EditorArea that contains a spec's title and render buttons.
Extends
- dijit/_WidgetBase
- dijit/_TemplatedMixin
- dijit/_WidgetsInTemplateMixin
- dojo/Evented
Methods
-
getGadgetSpecService() → {gadgetSpecService}
-
Getter method for the GadgetSpecService module for testing purposes.
Returns:
The gadgetSpecService object.- Type
- gadgetSpecService
-
hideRenderEEButton()
-
Hides the RenderEEButton in the dom.
-
hideRenderGadgetButton()
-
Hides the RenderGadgetButton in the dom.
-
postCreate()
-
Called right before widget is added to the dom. See link for more information.
- Source:
- See:
-
setTitle(title)
-
Sets the innerHTML of the EditorToolbar.
Parameters:
Name Type Description title
String The title to set. -
showRenderEEButton()
-
Shows the RenderEEButton in the dom.
-
showRenderGadgetButton()
-
Shows the RenderGadgetButton in the dom.