Is there any way to give a namespace an alias? ergo i want to do Ext.ns ( \'somereallylongname\' ); and then alias it to \'srln\'
I have two ComboBoxe\'s that use the same store. I want to filter the second combo with the select triggerAction on the fi开发者_开发百科rst. If i filter the store of course it will be filtered for th
I\'m working with the MVC example here, and have bypassed the PhoneGap contacts data and replaced it with my own model and store. When I add a list to a panel, I point it to myApp.stores.products. A l
I need a little help, I am building an app in Sencha Touch and I need to change the docked items within a container when a button is pressed. I assume this is the best way to alter the content within
I have this and I can see tha开发者_开发技巧t I can get the ID that I want but I don\'t know how to pass it to he grid panel, so that the grid panel will only show that unique row.
/** * Rajan Y. Rawal * application.js * This file is sample file for learing Extjs */ // reference local blank image
I have a problem with resize of my page. I have a tree panel inside a div, nested inside a html-table. I don\'t use ext Container, cause I have complex UI-design which I can\'t realize with Ext. So I
I\'m having a really hard time reading extjs documentation.I\'ve done a couple successful projects in extjs so far, but I still struggle reading through documentation.It seems to be written in an impe
There is an Editor grid panel. I am trying to add a listener to t开发者_运维知识库he cell click event.I have tried to do it in different ways:
I need to display a checkbox for column \"Active\" and when I change th开发者_如何学Pythone selection to be to able to make an ajax request, to update the database.