
Dojo
rocksword
这个作者很懒,什么都没留下…
展开
-
dojo类机制简介
随着AJAX和RIA技术的发展,JavaScript被广泛的使用,并在开发中发挥着越来越重要的作用。JavaScript提供了特有的类机制,但是在语法习惯上与传统面向对象的语言有很大的不同,这使得不少的JavaScript开发人员感到比较迷惑,而dojo作为功能强大的JavaScript类库,有功能完整的类机制实现。本文将通过实例介绍dojo的类机制,这是dojo提供的一种强大和灵活的功能,其di转载 2014-08-13 15:15:39 · 234 阅读 · 0 评论 -
How to update dojo tree data dynamically
7down votefavorite6I would like to know how ot update the data of the dojo.dijit.tree component dynamically. At the moment I'm creating the tree using dojo.data.ItemFileReadStore a转载 2014-11-25 17:30:03 · 479 阅读 · 0 评论 -
Classy JavaScript with dojo/_base/declare
Classy JavaScript with dojo/_base/declareThe dojo/_base/declare module is the foundation of class creation within the Dojo Toolkit. declare allows for multiple inheritance to allow developer转载 2014-11-24 10:31:52 · 268 阅读 · 0 评论 -
A Simple DOJO Example
This article explains very basic DOJO example for the beginners. It is often quite difficult for the beginners to understand the basic concepts and start writing their first example. Once if they know转载 2014-11-24 12:04:39 · 227 阅读 · 0 评论