在哪里为 Dojo 中的 JsonRestStore 的树延迟加载扩展请求设置附加查询参数?
对于使用 JsonRestStore 和 ForestModel 的延迟加载树,其中 我会设置一个额外的查询参数来包含在扩展中吗 要求?我已经在SMD中声明了附加参数,但是我 似乎只能使用SMD实例化中设置的默认值, 因为展开事件仅将节点 ID 传递给 Service.js “_executeMethod”。
我已经走过很多次了,但总有一种魔力 发生在 Service.js 之间的 dojo._hitchArgs 方法中 发出请求的 _executeMethod 和 JsonRest.js query(service, id, args) 方法。那么基本上我如何获取我的参数 那个 args 变量?
谢谢, -罗比
For a lazy loaded tree using JsonRestStore and ForestModel, where
would I set an additional query parameter to be included in expand
requests? I have declared the additional parameters in the SMD, but I
can only seem to use the default values set in the SMD instantiation,
since expand events only pass the node id to the Service.js's
"_executeMethod".
I've stepped through a bunch of times, but there is some magic that
happens in a dojo._hitchArgs method in between the Service.js
_executeMethod that makes the request and the JsonRest.js
query(service, id, args) method. So basically how do I get my parameters in
that args variable?
Thanks,
-robbie
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论