i get the following error when I configure the extjs (Sencha) framework in IIS 7.I have Anonymous and Windows authentication enabled.I\'ve tried without either.And I\'ve also tried just anonymous.What
I have a php file that returns a string like this [\"item1\",\"item2\",\"item3\",\"item4\"] I need to create a combobox with ExtJS. The options must be the items like 4 options. How would I do this
Could you please tell how to add a new method to Ext Core: Ext.get(\'id\').myMethod(); It does开发者_运维技巧n\'t work:
I have a form, which has lists, and a submit b开发者_高级运维utton, when an item is chosen from the list another form opens, containing items corresponding to the item chosen from the first form. What
This is a two-parter question here. The first is a technical question about how Sencha parses JSON and reads stores.
I\'m having a weird issue where I\'m defining a combo has hidden:true, which works fine, but when I show the combobox and select a value from it, it hides. Here\'s some example code:
How to apply loadMask to only one element, and not the whole browser width-height?default here, only one element is masked, and a messageBox is in center, inside this element and not the whole dis
I am trying to create a Basic Form from an existing markup. I did that in ExtJS 3.3 easily this way: var formEl = document.createElement(\'form\');
i defined a variable in the handler of a button and now want to access it in a different element in the same panel(Ext.grid.Pane开发者_开发技巧l)You can not access that local variable from any other s
I am new to 开发者_开发技巧ExtJS4.May i know how to get html Id in ExtJS4.If you have a sample please share with me.In ExtJS4 you can get dom node by it\'s id using: