dojo.NodeList.sizeTo
dojo.require("dojox.fx.ext-dojo.NodeList");
defined in dojox/fx/ext-dojo/NodeList.js
size all elements of this NodeList. Returns an instance of dojo._Animation
Usage
function (args) (view source)
parameter | type | description |
---|---|---|
args |
Examples
Example 1
// size all divs with class "blah"
dojo.query("div.blah").sizeTo({
width:50,
height:50
}).play();