Guest User

Untitled

a guest
Jul 18th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. <!-- dojo 1.x: all is well -->
  2. <button dojotype="li.widget.Button" type="button" class="flat">Flat button</button>
  3.  
  4. <!-- dojo 1.6 html5 type and params attr -->
  5. <button data-dojo-type="li.widget.Button" data-dojo-params="type:'button', class:'primary'">Primary button</button>
  6.  
  7. <!-- dojo 1.6 html5 type and native attrs: DOES NOT PICK UP ATTRS! -->
  8. <button data-dojo-type="li.widget.Button" type="button" class="secondary">Secondary button</button>
Add Comment
Please, Sign In to add comment