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/_DialogMixin.js

  • Provides:

    • dijit._DialogMixin
  • Requires:

    • dijit._Widget in common
  • dijit._DialogMixin

    • type
      Function
    • summary
      This provides functions useful to Dialog and TooltipDialog
  • dijit._DialogMixin.attributeMap

    • alias - dijit._Widget.prototype.attributeMap
  • dijit._DialogMixin.execute

    • parameters:
      • formContents: (typeof Object)
    • summary
      Callback when the user hits the submit button.
      Override this method to handle Dialog execution.
    • description
      After the user has pressed the submit button, the Dialog
      first calls onExecute() to notify the container to hide the
      dialog and restore focus to wherever it used to be.
      
      *Then* this method is called.
      type:
      callback
    • type
      Function
  • dijit._DialogMixin.onCancel

    • summary
      Called when user has pressed the Dialog's cancel button, to notify container.
    • description
      Developer shouldn't override or connect to this method;
      it's a private communication device between the TooltipDialog
      and the thing that opened it (ex: `dijit.form.DropDownButton`)
      type:
      protected
    • type
      Function
  • dijit._DialogMixin.onExecute

    • summary
      Called when user has pressed the dialog's OK button, to notify container.
    • description
      Developer shouldn't override or connect to this method;
      it's a private communication device between the TooltipDialog
      and the thing that opened it (ex: `dijit.form.DropDownButton`)
      type:
      protected
    • type
      Function
  • dijit._DialogMixin._onSubmit

    • summary
      Callback when user hits submit button
      type:
      protected
    • type
      Function
  • dijit._DialogMixin._getFocusItems

    • summary
      Finds focusable items in dialog,
      and sets this._firstFocusItem and this._lastFocusItem
    • tags:
    • type
      Function
  • dijit._DialogMixin._firstFocusItem

    • type
      Object
  • dijit._DialogMixin._lastFocusItem

    • type
      Object
  • dijit

    • type
      Object