I have a system that has two servers one active and one passive. I\'m writing a single page application using extjs4 that use data from the server.
I\'m making a TreePanel that looks like this: At the moment I have it \"mocked up\" with the following code:
I\'m new to Ext.JS and sencha touch and am having a little trouble adding charts to one of my applications. I\'ve followed the MVC tutorial from the website and for each of my vi开发者_JAVA技巧ews I\'
How can I dynamically load items in an ExtJs 4 toolbar ? I want to load the items from JSON. I have tried the loader, but it just became headache.
How can ialter the label over a sprite?I found that inside series i can have the following and i can alter the renderer but the problem is that i also need the corresponding storeitem.
I have a form which has a number of different fields and ultimately will become a dynamic formPanel. I\'ve opted for the table layout since it\'s easier to lay out the components but for some reason,
I am fairly new to Sencha touch and finding it difficult to create a horizontal list. I can successfully create my list vertically passing in some inline data but cannot seem to figure out the way to
In Ext 3.x I could get an array of field names with this: mystore.fields.keys How can I do this in 4.0?I can\'t even see how I can get the model that the store is using (no \'getModel\' method).Do
I have created an instance class from Ext.Component to use the ul tag. here the the demo and this is how i use my contentMenu :
I have a problem with showing hidden field value. My code: var MyComboBox = Ext.extend(Ext.form.ComboBox, {