Custom ComboBox Query results via XTemplates

February 27th, 2008 Jay Garcia

The following Code will allow you to display colored query results to the text you’re querying for. Being that I am a PHP developer and cannot cover all server side solutions, I’ll provide the code and JSON.

Screenshot

The response was:

Posted in EXT Examples, EXTJS | 1 Comment »

Custom EXTJS Ext.grid.GridPanel Header override

February 27th, 2008 Jay Garcia

This override will allow you to take the columns menu and move it to where ever you want. It was a quick one hour solution for the EXT 2.0 help forums.

Click here to see it in action.

Place this override just after your extjs scripts

This is a modified version of Ext’s array grid panel examle

Posted in EXT Examples, EXTJS, Ext Extensions | No Comments »

Displaying the power of EXTJS integration with FLEX and flexvizgraphlib

February 27th, 2008 Jay Garcia

For my employer, I’m currently experimenting with an awesome FLEX library called flexvizgraplib which is nothing short of remarkable. It was relatively easy to integrate with EXTJS.  Essentially, this application map is gathered via queries to my employer’s installation of HP Universal Configuration Manager Database without having to use their unreliable API.   The maps will represent dependency relationships with applications, servers and databases.  This application serves as an Operations Portal for my employer’s data center.

Posted in Current Projects, EXT Examples, EXTJS | No Comments »