function init()
{
// how do you get a ref to the paletteStore here?
}
dojo.addOnLoad(init);
declarative
How do I get a ref to a store I declaratively instantiated??? byJsId, byId, byFunction, byMagic???
Submitted by 2dor on Fri, 02/01/2008 - 00:50.
Is it possible to use declarative markup in a template made of just dojo widgets and get it parsed?
Submitted by 2dor on Thu, 01/24/2008 - 17:59.
Is it possible to use declarative markup in a template that is just constructed of dojo widgets. I've found dojo.parse.parser(element); that will scan all the child contents of the that domNode and create the widgets but it doesn't work if the element passed is itself a widget? Any suggestions? Trying to use just dojo widgets and not apply anything but positioning to them to take advantage of all the support built into them.
// template file source
