Login Register

core

Is dojo.lang.isOfType gone and gone ?

... 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.

Two dojo.query() Items

  1. A quick tutorial on writing 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 performance
  2. The awesomeness that is WebKit just won't quit and we've already added support for the native code path to what will become Dojo 1.1 (look for it in tonight's build). Of course, because the design of Dojo is layered, your dojo.query() extensions work no matter what selector engine Dojo picks as being fastest for a particular search.

How do I get a ref to a store I declaratively instantiated??? byJsId, byId, byFunction, byMagic???


function init()
{	
    // how do you get a ref to the paletteStore here?
}

dojo.addOnLoad(init);





Syndicate content