dojo readings

阅读进度。

#0
http://dojotoolkit.org/documentation/tutorials/1.8/hello_dojo/

http://dojotoolkit.org/documentation/tutorials/1.8/dom_functions/#byId

http://dojotoolkit.org/documentation/tutorials/1.8/using_query/

http://dojotoolkit.org/reference-guide/dojo/query.html#standard-css3-selectors

http://dojotoolkit.org/documentation/tutorials/1.8/events/

http://dojotoolkit.org/documentation/tutorials/1.8/recipes/custom_widget/

http://dojotoolkit.org/documentation/tutorials/1.8/dojo_data/

https://github.com/seajs/seajs/issues/588(为什么要用AMD)

http://blog.csdn.net/dojotoolkit/article/details/5987919(dojo some)

http://blog.parse.com/2013/01/29/whats-so-great-about-javascript-promises/

https://gist.github.com/domenic/3889970(You're Missing the Point of Promises)

http://flaviocopes.com/deferred-and-promises-in-javascript/(讲了defered和promise的关系)


dojo Defered

http://blog.csdn.net/dojotoolkit/article/details/6304661

dojo promise

http://livedocs.dojotoolkit.org/dojo/Deferred

http://livedocs.dojotoolkit.org/dojo/promise

dojo layout

http://dojotoolkit.org/reference-guide/1.8/dijit/layout.html

dijit组件
http://dojotoolkit.org/reference-guide/1.8/dijit/form/Select.html


http://dojotoolkit.org/reference-guide/1.8/quickstart/data/usingdatastores.html

http://dojotoolkit.org/documentation/tutorials/1.8/intro_dojo_store/

http://dojotoolkit.org/documentation/tutorials/1.8/datagrid/

http://dojotoolkit.org/documentation/tutorials/1.8/populating_datagrid/

http://dojotoolkit.org/documentation/tutorials/1.8/effects/

http://dgrid.io/#tutorials

#1:
http://dojotoolkit.org/documentation/tutorials/1.8/modules/

#2 http://dojotoolkit.org/documentation/tutorials/1.8/declare/

相关文章

参考博客:https://blog.csdn.net/blog_szhao/article/details/50220181           https://doj...
我有一个包含多个字段的Dojo DataGrid.我目前正在设置查询一次搜索一个字段,如下所示: grid.setQuery(...
我正在使用JsonRestStore,但想为它添加一个自定义Accept标头.最好的方法是什么? 这与dijit.layout.Con...
我需要选择一个给定其URL的链接节点.使用属性选择器的效果非常好,除了少数几个url有tilda的情况.我无法...
我正在尝试使用Dojo JSONREST的增强网格,我遇到了一些问题. 我一直在寻找一些例子,但无法弄清楚如何做我...
如何根据一些运行时参数隐藏dgrid(gridFrom Html)中的完整列? 让我们说如果参数的值为true我应该能够显...