dijit
»
_TreeNode
» markProcessing
dijit._TreeNode.markProcessing
dojo.require("dijit.Tree");
defined in dijit/Tree.js
visually denote that tree is loading data, etc.
Usage
function ()
(view source)
this
.
state
=
"LOADING"
;
this
._setExpando
(
true
)
;