> Also i traped this error in firebug:
> Could not load 'dojo.data.QueryReadStore'; last tried
> './data/QueryReadStore.js'
> I have tried to
> ->requireModule('dojo.data.QueryReadStore')
> both in view script and in my bootstrap, but this error still persist.
>
>
QueryReadStore is one of the many dojoX data stores (there are only two
in dojo, though the underlying API is in dojo.data as well):
dojo.require("dojox.data.QueryReadStore"); // no modulePath required.
没有评论:
发表评论