首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

Learning Dojo - 3.1 Core features of the Dojo language

2012-11-06 
Learning Dojo-- 3.1 Core features of the Dojo language1. Module(Package) name the javascript f

Learning Dojo -- 3.1 Core features of the Dojo language
1. Module(Package) name <==> the javascript file's  path/filename

2. A module is always DEFINED in a single file, althought its implemenation can go into several files

3. The "dojo" module has to be loaded before any other modules, and it's not loaded by "dojo.require", but by the script tag
   



4. You are required to only load those modules that you are going to use

5. To use non-standard Dom attributes or not to use them? This is a question
  

热点排行