Archive for March, 2008
GridView Override adding ‘showAll’ button and ‘columnViews’ filter sets.
Posted on 03. Mar, 2008 by Jay Garcia.
0
I got the idea for this when I was working with IBM’s net cool Omnibus. The users are allowed a set of ‘views’ to automatically show a set of columns. Synopsis: This override gives you the ability to have preset ‘filters’ called ‘columnViews’. Also, I added a ‘showAll’ button above the columns checkboxes. I have [...]
Continue Reading
Displaying Code in WordPress with EXT and GESHI
Posted on 02. Mar, 2008 by Jay Garcia.
With about an hour’s worth of effort, I added the ability to display code using Ext and GESHI. My goal was not to have to hack wordpress to accept javascript, and take full use of Ext’s updater function. Instead of embedding the code in wordpress, I simply put a custom xhtml tag like below. Ext [...]

