... or do you plan to reintroduce it someday.
If not what would be the suggested workaround.
In the meantime I grabbed the 0.4.3 code.
Thanks in advance,
Pascal.
... or do you plan to reintroduce it someday.
If not what would be the suggested workaround.
In the meantime I grabbed the 0.4.3 code.
Thanks in advance,
Pascal.
dojo.query() extensions. It's fast, easy, and because we show you how to package it up as a Dojo module, it won't drag down your site performancedojo.query() extensions work no matter what selector engine Dojo picks as being fastest for a particular search.
function init()
{
// how do you get a ref to the paletteStore here?
}
dojo.addOnLoad(init);