dijit
»
WidgetSet
» forEach
dijit.WidgetSet.forEach
dojo.require("dijit");
defined in dijit/_base/manager.js
Usage
function (/*
Function
*/ func)
(view source)
for
(
var
id
in
this
._hash
)
{
func
(
this
._hash
[
id
]
)
;
}
parameter
type
description
func
Function