All the ExtJS documentation an开发者_开发百科d examples I have read suggest calling superclass methods like this:
I have form layout with some TextField elements and one HtmlEditor element. Some TextField elements are \"hideable\", i.e. could be hid or showed. After hiding/showing elements HtmlEditor instance bre
I have a Panel layout with a TreePanel in one region.A user clicks on an node in the tree and a TabPanel should be displayed in another region with information, editing tools etc. for that tree node.
I\'m not understanding some key bit of ExtJs idiom so this question is about guiding me towards that. I think I\'m trying to use ExtJs in the wrong way.
Is it possible to have two headers in Ext JS grids? I have to show my grid as grouped data.. for example product types and products. In my case I need a grid like this:
For a scenario using 0 ASP.NET controls at all but rather an 100% extJS interface, what w开发者_StackOverflowould be the advantages of using ASP.NET MVC or ASP.NET WebForms? And the disadvantages? Is
Inside my extjs FormPanel, I have several editor grids. I don\'t know what the ID开发者_JAVA技巧s of these grids are, so I can\'t use Ext.getCmp.
I have a grid, which I want to add a button at the top to get the data from a specific column for each r开发者_StackOverflowow selected in the grid.How would I go about doing this?Add something like t
I\'ve开发者_StackOverflow中文版 got a basic ExtJS question, which I can\'t seem to resolve based on reading the docs and searching. Currently I have a TreePanel that loads JSON directly from a URL. I\
I am able to create a json response like this: { \"total\": 2, \"results\": [{ \"id\": 1, \"checkList\": \"Item1\",