-
Tag Cloud
client desktop domino eclipse error extjs firefox freewares google ibm install jaunty java javascript javascripts jquery LINUX lion mac MACOSX mysql news php plugins problem programming python recursive screenshot shortcut keys slackware snow leopard softwares terminal tips TIPS & TRICKS tips and tricks tools tricks ubuntu ubuntu 11.04 windows windows 7 wordpress xpages
extjs Archive
-
How to hide rows in ExtJS GridPanel
Posted on February 12, 2011 | No CommentsIn my system, I want to hide certain rows of the GridPanel depends on the value of a column. Luckily, it’s easy to do with store’s filterBy method of the... -
How to mask the whole page body with ExtJS
Posted on January 20, 2011 | 4 CommentsMost of the ExtJS components have a config to mask the body with loadMask, for example var grid = new Ext.grid.GridPanel({ loadMask: true, id: 'grid-menu', store: store, layout: 'fit', margins:... -
Reload ExtJS JsonStore with a different URL
Posted on November 17, 2010 | No CommentsOne of my application need to reload the JsonStore dynamically with a different URL, after searching around and take quite a long time, I finally solved the problem. So here... -
Help text (quick tip hint) for Extjs form field
Posted on November 7, 2010 | No CommentsSometime you might want to provide a helpful explanation on the form field built with Extjs, there’s a quick way to do by utilizing the qtip Add an interceptor to...

