Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. itemclick: function(dv, record, item, index, e) {
  2.  
  3. item.renderer = function(value, record){
  4. return Ext.String.format('<div class="tree-font">{0}</div>', value);
  5. }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement