Tutorial by Examples

This module can be used to : Create a new element. Delete an element from HTML document. Place element in HTML document. Iinitialisation To be able to use the dom-construct module we need to load it as fallow : require(["dojo/dom-construct"], function(domConstruct){...
This module provides function that allows you to manipulate CSS classes of DOM elements. Initialization To be able to use the dom-class module we need to load it as fallow : require(["dojo/dom-class"], function(domClass){ // Write code here }); contains() This function check...

Page 1 of 1