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

  • Provides:

    • dijit.Declaration
  • Requires:

    • dijit._Widget in common
    • dijit._Templated in common
  • dijit.Declaration

    • type
      Function
    • chains:
      • dijit._Widget: (prototype)
      • dijit._Widget: (call)
    • summary
      The Declaration widget allows a developer to declare new widget
      classes directly from a snippet of markup.
  • dijit.Declaration._noScript

    • tags:
    • type
      Boolean
    • summary
      Flag to parser to leave alone the script tags contained inside of me
  • dijit.Declaration.stopParser

    • tags:
    • type
      Boolean
    • summary
      Flag to parser to not try and parse widgets declared inside of me
  • dijit.Declaration.widgetClass

    • tags: const
    • type
      String
    • summary
      Name of class being declared, ex: "acme.myWidget"
  • dijit.Declaration.defaults

    • type
      Object
  • dijit.Declaration.mixins

    • tags: const
    • type
      String[]
    • summary
      List containing the prototype for this widget, and also any mixins,
      ex: ["dijit._Widget", "dijit._Container"]
  • dijit.Declaration.buildRendering

    • type
      Function
  • dijit.Declaration.defaults.widgetsInTemplate

    • type
      Object
  • dijit.Declaration.defaults._skipNodeCache

    • type
      Object
  • dijit.Declaration.defaults.templateString

    • type
      String
  • dijit

    • type
      Object