dijit/_editor/plugins/TextColor.js

  • Provides:

    • dijit._editor.plugins.TextColor
  • Requires:

    • dijit._editor._Plugin in common
    • dijit.ColorPalette in common
  • dijit._editor.plugins.TextColor

    • type
      Function
    • chains:
      • dijit._editor._Plugin: (prototype)
      • dijit._editor._Plugin: (call)
    • summary
      This plugin provides dropdown color pickers for setting text color and background color
    • description
      The commands provided by this plugin are:
      * foreColor - sets the text color
      * hiliteColor - sets the background color
  • dijit._editor.plugins.TextColor.buttonClass

    • alias - dijit.form.DropDownButton
  • dijit._editor.plugins.TextColor.useDefaultCommand

    • type
      Boolean
    • summary
      False as we do not use the default editor command/click behavior.
  • dijit._editor.plugins.TextColor.constructor

    • constructor - constructor
    • type
      Function
  • dijit._editor.plugins.TextColor.updateState

    • summary
      Overrides _Plugin.updateState().  This updates the ColorPalette
      to show the color of the currently selected text.
    • tags:
    • type
      Function
  • dijit._editor.plugins.TextColor.editor

  • dijit._editor.plugins.TextColor.command

  • dijit._editor.plugins.TextColor.dropDown

    • type
      Object
  • dijit._editor.plugins

    • type
      Object
  • dijit._editor

    • type
      Object
  • dijit

    • type
      Object