Advertisement
Guest User

Untitled

a guest
Dec 18th, 2014
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {width:'100%', cols:[
  2.     {},
  3.     {css:{'border': '1px solid red'}, cols:[
  4.         {width: 30, view:'icon', id:'cli_add',  icon:'plus',    click: function(){
  5.         }},
  6.         {width: 30, view:'icon', id:'cli_edit', icon:'pencil',  click: function(){
  7.             $$('cli_conf').show();
  8.         }},
  9.         {width: 30, view:'icon', id:'cli_conf', icon:'check',   css:'greenIcon',    hidden: true,   click: function(){
  10.         }},
  11.         {width: 30, view:'icon', id:'cli_decl', icon:'times',   css:'redIcon',      hidden: true,   click: function(){
  12.         }},
  13.         {width: 30, view:'icon', id:'cli_deac', icon:'trash-o',click: function(){
  14.         }}
  15.     ]},
  16.     {}
  17. ]}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement