Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dijit/_editor/plugins/NewPage.js

  • Provides:

    • dijit._editor.plugins.NewPage
  • Requires:

    • dijit._editor._Plugin in common
    • dijit.form.Button in common
    • dojo.i18n in common
  • dijit._editor.plugins.NewPage

    • type
      Function
    • chains:
      • dijit._editor._Plugin: (prototype)
      • dijit._editor._Plugin: (call)
    • summary
      This plugin provides a simple 'new page' calability.  In other
      words, set content to some default user defined string.
  • dijit._editor.plugins.NewPage.content

    • tags: public
    • type
      String
    • summary
      The default content to insert into the editor as the new page.
      The default is the <br> tag, a single blank line.
  • dijit._editor.plugins.NewPage._initButton

    • summary
      Over-ride for creation of the Print button.
    • type
      Function
  • dijit._editor.plugins.NewPage.editor

  • dijit._editor.plugins.NewPage.button

    • type
      Object
  • dijit._editor.plugins.NewPage.setEditor

    • parameters:
      • editor: (typeof dijit.Editor)
        Object The editor object to attach the newPage capability to.
    • summary
      Tell the plugin which Editor it is associated with.
    • type
      Function
  • dijit._editor.plugins.NewPage.setEditor.editor

    • type
      Object
    • summary
      The editor object to attach the newPage capability to.
  • dijit._editor.plugins.NewPage.updateState

    • summary
      Over-ride for button state control for disabled to work.
    • type
      Function
  • dijit._editor.plugins.NewPage._newPage

    • summary
      Function to set the content to blank.
    • tags:
    • type
      Function
  • dijit._editor.plugins

    • type
      Object
  • dijit._editor

    • type
      Object
  • dijit

    • type
      Object