I need to listen to when extjs grid loses focus. I\'m using ex开发者_如何转开发tjs 1.1.1.If Ext 1.1.1\'s gridpanel has a blur event, you\'ll need to handle it from there.
Please consider the situation: I\'m using Extjs\' tree.Panel to have some sort of navigation on a page.
I\'ve got a splitbutton with a menu and a custom menuAlign setting (so that the top-right corner of the drop-down menu will be aligned with the bottom-right corner of the splitbutton).
I developed an application with TreePanel . I have a strange behaviour with IE ( tested on IE 7 , 8 ) .
I\'m using Ext.ux.grid.RowExpander var expander = new Ext.ux.grid.RowExpander({ tpl : new Ext.Template(
We are using treepanel in our application.The code is: var exStore = Ext.create(\'Ext.data.TreeStore\',{
I am creating Java applet and extjs button inside JSP file body tag, When I click the button I am creating extjs window with float option.
we are trying to build a RIA for a university project using two MVC based frameworks; JS (Ext JS 4) on the client side and PHP (presumably YII) on the ser开发者_开发知识库ver side.
We are using getInnerHeight and getInnerWidth methods in our application.Now we a开发者_运维知识库re migrating to ExtJS4. As per my Observation, these two methods are not there for panel.
The specific example would be a \"preferences\" window that has a series of tabs, each of which contains a series of form fields. None of these tabs or form fields would be reused outside of the windo