For some reason, Sencha decided to NOT make every single component in their architecture raise a click event. I don't comprehend this, but I'm sure they had good reasons - possibly performance, possibly scalability.
Whatever the reason, if you want to...
More of a personal post for future reference, but in case anyone else stumbles across this, let me know if you have a better way of doing this.
I’m writing an application with ExtJS 4 and when the user clicks on the close button a Window header, I...
Related Article(s): AjaxCFC ported to ExtJS
My integration of ExtJS, ajaxCFC and ColdFusion continues.
Note: This is for version 3.3.1. I've also been happily playing around with version 4, but until it's officially released, I must continue...
Did you know that you can use the table layout in a ExtJS Toolbar? I didn't until a few days ago. Not only that, but they provide the ability to have a large icon representing a button with a menu, kinda like how the new version of Microsoft Office...
I had been struggling with how to keep my page elements constrained within the borders of my application's page design dynamically. I knew about ExtJS's Viewport object, but all the docs and examples I read showed that it took up the entire viewing area...