Module: explorer/widgets/editorarea/EditorToolbar

explorer/widgets/editorarea/EditorToolbar

Extends

  • dijit/_WidgetBase
  • dijit/_TemplatedMixin
  • dijit/_WidgetsInTemplateMixin
  • dojo/Evented

Methods

getGadgetSpecService() → {gadgetSpecService}

Getter method for the GadgetSpecService module for testing purposes.
Source:
Returns:
The gadgetSpecService object.
Type
gadgetSpecService

hideRenderEEButton()

Hides the RenderEEButton in the dom.
Source:

hideRenderGadgetButton()

Hides the RenderGadgetButton in the dom.
Source:

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.
Source:

showRenderEEButton()

Shows the RenderEEButton in the dom.
Source:

showRenderGadgetButton()

Shows the RenderGadgetButton in the dom.
Source: