Advertisement
AMONRA75

set url from tree to grid

Sep 19th, 2012
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. var netw = record.data.text;
  2. Ext.StoreMgr.get('MyJsonStore1').getProxy().url = 'http://localhost/ircmanager/php/bots.php?chan='+ netw;
  3. Ext.StoreMgr.get('MyJsonStore1').reload();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement