Guest User

Untitled

a guest
Jan 19th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. dojo.forEach( data, dojo.hitch( this, function( item ) {
  2.  
  3. this.domNode.appendChild(
  4. new outland.website.TemplateWidget(
  5. { name : item.name
  6. , 'class' : (i % 2 == 0) ? '' : 'dojoxGridRowOdd' }
  7. ).domNode
  8. );
  9.  
  10. i++;
  11. } ) );
Add Comment
Please, Sign In to add comment