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

dojox/dtl/_base.js

  • Provides:

    • dojox.dtl._base
  • Requires:

    • dojox.string.Builder in common
    • dojox.string.tokenize in common
  • dojox.dtl

    • alias - dojox.dtl
  • dojox.dtl.TOKEN_BLOCK

    • type
      Number
  • dojox.dtl.TOKEN_VAR

    • type
      Number
  • dojox.dtl.TOKEN_COMMENT

    • type
      Number
  • dojox.dtl.TOKEN_TEXT

    • type
      Number
  • dojox.dtl._Context

    • type
      Object
  • dojox.dtl.Token

    • parameters:
      • token_type
      • contents
    • type
      Function
  • dojox.dtl.Token.token_type

  • dojox.dtl.Token.contents

    • type
      Object
  • dojox.dtl.Token.contents.split

  • dojox.dtl.Token.split

    • type
      Function
  • dojox.dtl.Token.split_contents

    • parameters:
      • limit: (typeof Integer)
    • type
      Function
  • dojox.dtl.text

    • type
      Object
  • dojox.dtl.text._get

    • parameters:
      • module
      • name
      • errorless
    • summary
      Used to find both tags and filters
    • type
      Function
  • dojox.dtl.text.getTag

    • parameters:
      • name
      • errorless
    • type
      Function
  • dojox.dtl.text.getFilter

    • parameters:
      • name
      • errorless
    • type
      Function
  • dojox.dtl.text.getTemplate

    • parameters:
      • file
    • type
      Function
  • dojox.dtl.text.getTemplateString

    • parameters:
      • file
    • type
      Function
  • dojox.dtl.text._resolveLazy

    • parameters:
      • location
      • sync
      • json
    • type
      Function
  • dojox.dtl.text._resolveTemplateArg

    • parameters:
      • arg
      • sync
    • type
      Function
  • dojox.dtl.text._isTemplate

    • parameters:
      • arg
    • type
      Function
  • dojox.dtl.text._resolveContextArg

    • parameters:
      • arg
      • sync
    • type
      Function
  • dojox.dtl.text._re

    • type
      RegExp
  • dojox.dtl.text.tokenize

    • parameters:
      • str
    • type
      Function
  • dojox.dtl.text._parseDelims

    • parameters:
      • varr
      • load
      • tag
    • type
      Function
  • dojox.dtl.Template

    • type
      Object
  • dojox.dtl.quickFilter

    • parameters:
      • str
    • type
      Function
  • dojox.dtl._QuickNodeList

    • type
      Object
  • dojox.dtl._Filter

    • type
      Object
  • dojox.dtl._TextNode

    • type
      Object
  • dojox.dtl._Node

    • type
      Object
  • dojox.dtl._NodeList

    • type
      Object
  • dojox.dtl._VarNode

    • type
      Object
  • dojox.dtl._noOpNode

    • summary
      Adds a no-op node. Useful in custom tags
    • type
      Function
  • dojox.dtl._noOpNode.render

    • type
      Function
  • dojox.dtl._noOpNode.unrender

    • type
      Function
  • dojox.dtl._noOpNode.clone

    • type
      Function
  • dojox.dtl._Parser

    • type
      Object
  • dojox.dtl.register

    • type
      Object
  • dojox.dtl.register._registry

    • type
      Object
  • dojox.dtl.register._registry.attributes

    • type
      Array
  • dojox.dtl.register._registry.tags

    • type
      Array
  • dojox.dtl.register._registry.filters

    • type
      Array
  • dojox.dtl.register.get

    • parameters:
      • module: (typeof String)
      • name: (typeof String)
    • type
      Function
  • dojox.dtl.register.getAttributeTags

    • type
      Function
  • dojox.dtl.register._any

    • parameters:
      • type
      • base
      • locations
    • type
      Function
  • dojox.dtl.register.tags

    • parameters:
      • base: (typeof String)
      • locations: (typeof Object)
    • type
      Function
  • dojox.dtl.register.filters

    • parameters:
      • base: (typeof String)
      • locations: (typeof Object)
    • type
      Function
  • dojox.dtl._base.escape

    • parameters:
      • value
    • summary
      Escapes a string's HTML
    • type
      Function
  • dojox.dtl._base.safe

    • parameters:
      • value
    • type
      Function
  • dojox.dtl.mark_safe

    • alias - dojox.dtl._base.safe
  • dojox.dtl._base

    • type
      Object
  • dojox

    • type
      Object