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

  • Provides:

    • dijit.TooltipDialog
  • Requires:

    • dijit.layout.ContentPane in common
    • dijit._Templated in common
    • dijit.form._FormMixin in common
    • dijit._DialogMixin in common
  • dijit.TooltipDialog

    • type
      Function
    • chains:
      • dijit.layout.ContentPane: (prototype)
      • dijit._Templated.prototype: (prototype)
      • dijit.form._FormMixin.prototype: (prototype)
      • dijit._DialogMixin.prototype: (prototype)
      • dijit.layout.ContentPane: (call)
      • dijit._Templated: (call)
      • dijit.form._FormMixin: (call)
      • dijit._DialogMixin: (call)
    • summary
      Pops up a dialog that appears like a Tooltip
  • dijit.TooltipDialog.title

    • type
      String
    • summary
      Description of tooltip dialog (required for a11y)
  • dijit.TooltipDialog.doLayout

    • tags:
    • type
      Boolean
    • summary
      Don't change this parameter from the default value.
      This ContentPane parameter doesn't make sense for TooltipDialog, since TooltipDialog
      is never a child of a layout container, nor can you specify the size of
      TooltipDialog in order to control the size of an inner widget.
  • dijit.TooltipDialog.autofocus

    • type
      Boolean
    • summary
      A Toggle to modify the default focus behavior of a Dialog, which
      is to focus on the first dialog element after opening the dialog.
      False will disable autofocusing. Default: true
  • dijit.TooltipDialog.baseClass

    • tags:
    • type
      String
    • summary
      The root className to use for the various states of this widget
  • dijit.TooltipDialog._firstFocusItem

    • tags:
    • type
      [readonly]
    • summary
      DomNode
      The pointer to the first focusable node in the dialog.
      Set by <code>dijit._DialogMixin._getFocusItems</code>.
  • dijit.TooltipDialog._lastFocusItem

    • tags:
    • type
      [readonly]
    • summary
      DomNode
      The pointer to which node has focus prior to our dialog.
      Set by <code>dijit._DialogMixin._getFocusItems</code>.
  • dijit.TooltipDialog.templateString

    • type
      Object
  • dijit.TooltipDialog._setTitleAttr

    • parameters:
      • title: (typeof String)
    • type
      Function
  • dijit.TooltipDialog.containerNode.title

  • dijit.TooltipDialog.postCreate

    • type
      Function
  • dijit.TooltipDialog.orient

    • parameters:
      • node: (typeof DomNode)
      • aroundCorner: (typeof String)
      • corner: (typeof String)
    • summary
      Configure widget to be displayed in given position relative to the button.
      This is called from the dijit.popup code, and should not be called
      directly.
    • tags:
    • type
      Function
  • dijit.TooltipDialog._currentOrientClass

  • dijit.TooltipDialog.focus

    • summary
      Focus on first field
    • type
      Function
  • dijit.TooltipDialog.onOpen

    • parameters:
      • pos: (typeof Object)
    • summary
      Called when dialog is displayed.
      This is called from the dijit.popup code, and should not be called directly.
    • tags:
    • type
      Function
  • dijit.TooltipDialog.onClose

    • summary
      Called when dialog is hidden.
      This is called from the dijit.popup code, and should not be called directly.
    • tags:
    • type
      Function
  • dijit.TooltipDialog._onKey

    • parameters:
      • evt: (typeof Event)
    • summary
      Handler for keyboard events
    • description
      Keep keyboard focus in dialog; close dialog on escape key
    • tags:
    • type
      Function
  • dijit

    • type
      Object