I have a ComboBox with data coming from a JsonStore. A sample of data is this: var datiCombo = [ {\"Fiume\":\"Chiascio\",\"Comune\":\"Gubbio\"},
So I have two stores that use the exact same model, they are exactly the same in every way (except for their names of course). I want two different stores.
How can I draw an stock chart or a line chart with hundreds points? I disabled animation in regular line chart, but not successful and still too heavy开发者_如何学JAVA and slow.I\'ve recently written
I write web site in VS 2008. I use extjs for make side with gridView and button. Now I want to send request to server. I add event to click on button:
I want to show users status on scale using extjs progress i want to show user progress on the bar and a vertical line on the bar this indicates weather the user is before or after the value
We have Web application Extjs, Spring3.0, JPA, Hibernate. I have search page with single entity which working fine but yesterday I have added@manytoone in User Entity and application stop working. Ext
I\'m having a great time learning Sencha Touch but it seems to me that somethings should be simpler or are buggy. What I\'m trying to do right now is add a Marker to show the current location on a Map
I have a GridPanel that updates correctly inside a regular container by just changing data then calling store.load(). If I put the that GridPanel inside a TabPanel, change the data and call store.load
Is there any way to test a vType on a value, without it being in a form? Eg I have a custom vtype implemented to do ajax validation, however I would also like to run it against the email vtype, so I
I need to display a window Ext.Window with a colour different to that of the default theme. Changing the colour of the gu开发者_StackOverflowts of the window is easy enough. Changing the colour of th