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:
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.
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 wont to create this chart in extjs 4 http://code.google.com/apis/ajax/playground/?type=visualization#annotated_time_line
This is what i want to try , i want to highlight a cell according to the value of another column in the same row. I know that the renderer function can style the column on render, but is it possible t
I recently started working with Rails 3.1. It\'s a very nice framework and I like the \'asset pipeline\' philosophy. Adding libraries that exist
In extjs4, \'flex\' is used to flex items for horizontally according. items:[ {text: \'item1\', flex: 1},
I have this class which automatically generates JSON stores from server. Stores are created on the fly and are viewable in Firebug\'s DOM.