Namespacedojo.parser

dojo.require("dojo.parser");
defined in dojo/parser.js

The Dom/Widget parsing package

Usage

function () (view source)

Jump to PropertiesFunctionsBack to top

Takes array of nodes, and turns them into class instances and potentially calls a layout method to allow them to connect with any children
Search specified node (or root node) recursively for class instances, and instantiate them Searches for dojoType="qualified.class.name"
Functiondojo.parser._nameAnonFunc(anonFuncPtr: Function, thisObj: Object)
Creates a reference to anonFuncPtr in thisObj with a completely unique name. The new name is returned as a String.

Jump to FunctionsPropertiesBack to top