Advertisement
Guest User

Untitled

a guest
Oct 21st, 2014
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. appendHtml: function (collectionView, itemView) {
  2. collectionView.$('.some-region').append(itemView.el);
  3. this.pGrid.addItems(itemView.$el); // Required for 3-rd party script
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement