A quick preview of the ‘HeaderToolbar’ plugin
June 1st, 2009 Jay Garcia Posted in EXTJS, Ext Extensions | 4 Comments »
Here is a quick preview of the ‘HeaderToolbar’ plugin that adds some functionality to the Panel and Window classes of the Ext JS framework that mimic OS X window/panel Top Toolbar. I’m looking for any comments/suggestions/etc. I cannot release code until I get confirmation from Ext JS, LLC that I can do so, as I have to modify and distribute overrides for the Window and Panel classes.

Header Toolbar
June 1st, 2009 at 1:30 pm
oooh.. interesting…
i think this is one place where triggerfields with left-aligned trigger images would come in handy.
should be a cinch to make the search field with rounded corners with that in place
June 1st, 2009 at 2:15 pm
Thanks
I wanted to do that too, but this was first on the list. Are you going to take on that task?
June 4th, 2009 at 12:49 pm
hi jay,
how about giving it the option to have a menu or any other component like a tabpanel inserted in top of it just above the toolbar buttons so we can have a look like in office 2007 see this image: http://tinyurl.com/okbkje, i think with your code something that way can be done too if you can override the title of the window and panel, i would love to see your code to experiment with it lol.
June 4th, 2009 at 2:02 pm
That’s an interesting concept. I will have to consider that.