Dojo Toolkit Basics II (dojo)

Topics 

  • Configuring Dojo 
  • Animation basics 
  • Animation advanced 
  • Data retrieval via dojo.data 
  • Drag and drop via dojo.dnd

Configuring Dojo 

  • Dojo configuration is represented by dojo.config object 
    • dojo.config object is defined during Dojo's bootstrap process 
  • Populating dojo.config object can be done in one of the two ways 
    • Option #1: Declaratively using data-dojo-config=”...” attribute 
    • Option #2: Programmatically by setting properties of dojo.config object

 

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.