I\'ve implemented a Chart that needs to be populated after its creation. Here is a snip of the object i created:
i\'m trying to do an app that when u click outside a figure it let you pan the viewport using setviewbox();
I can use the setOptions method to successfully 开发者_StackOverflowspecify the options of a select field as follows:
Is it possible to use the Ext.data.Model associations belongsTo and hasMany with without explicitly using a Ext.data.Proxy? I have Stores that use the inline开发者_Python百科 data attribute to create
I have some checkboxes in my app: http://img846.imageshack.us/img846/7397/628b开发者_StackOverflow社区c474d4904ff2993df81.png
So I have开发者_运维知识库 this handler which puts my \'statistics\' card into view and loads the statistics store (I can see in chrome that an ajax request is sent to the server and the statistics ar
In my application i am having a tabPanel. The title and icons of the tabs need to be dynamic. I am getting this data from the server. But i couldn\'t find any way which can load icons from a external
I have 2 panels (front and back of \"card\") and when the user swipes up/down I activate the setActiveItem(1, {type:\'flip\',direction:\'down\'}); but when the animation plays, it looks like it\'s spi
This is for a mobile web site rather than an app. Accessing the mobile site from my iPhone 4 using mobile safari. The site comes up in portrait mode and works fine (can get to all list items although
I\'ve gota problem with an Ext.List: You press a button on the main menu and 开发者_StackOverflow社区are shown the list. Everything on it works fine and it let\'s you choose, where to go deeper insid