Archive for September, 2009
How to extend and override without creating an extension or override.
Posted on 17. Sep, 2009 by Jay Garcia.
Many times Ext JS developers are required to extend or add functionality to a widget in the framework. Some of the solutions include creating an actual extension using Ext.extend or even creating a plugin. If the requirement is a only for a single-use and is relatively simple to implement, creating an extension or plugin class [...]
Continue Reading
Some small updates to the ext-doc project
Posted on 16. Sep, 2009 by Jay Garcia.
I finally got around to spending time with the Ext-doc project today and have modified a few things. Original credit for the toolbar changes, which include the ‘direct link’ button go to Shea Frederick, an awesome Ext JS developer and author of Learning Ext JS. You can download a nightly snapshot here: http://code.google.com/p/ext-doc/ See below: [...]
Continue Reading
Learn to apply Drag and Drop with DOM nodes at the Ext JS blog
Posted on 14. Sep, 2009 by Jay Garcia.
Today, the Ext JS team decided to release the blog post that I wrote that details how to make drag and drop possible with generic DOM elements. It teaches the very fundamentals of how this stuff actually works and breaks down the class hierarchy into a readable segments. Click the link (or image) below to [...]
Continue Reading
PanelHeaderToolbar goes alpha
Posted on 13. Sep, 2009 by Jay Garcia.
I recently spent some time on the TDGi.PanelHeaderToolbar plugin and thought I should share it. I’m currently working on the following features: – Animated Collapse
Continue Reading
How to clear your Jing cache quickly and easily.
Posted on 04. Sep, 2009 by Jay Garcia.

