Dojo Toolkit Advanced (module, oop)

Topics 

  • Module sytem 
  • AMD modules (Dojo 1.7+) 
  • OOP support 
  • HTML5 support

Dojo Module System

What is a Module & a Package? 

  • A module is a JavaScript file (.js file) that contains many functions that are part of a Javascript object 
  • At the most fundamental level, packages are simply collections of modules 
    • dojo, dijit, and dojox are all examples of packages. 
  • Unlike a simple collection of modules in a directory, however, packages are imbued with some extra features that significantly enhance module portability and ease-of-use

You must have an active subscription to download PDF and Lab Zip of this course topic.Please click the "Subscribe" button or the "Login" button if you already have an account.