i want to generate a list of data out of a store. each data item holds a title and a boolean. now i want to have a list of the items, each holding the title and a togglefield (showing the boolean) on
I have a toolbar docked to the top of the main viewport, and a panel with card layout below. The idea is to have the toolbar slide down from the top upon touching a button, and slide back up when dism
I see that panels have the option to set scroll: to horizontal or vertical, but is there any way to do something like: scroll: \'false\'? I\'ve tried such without luck.
Im new to programming and Sencha. What i have set up is a horizontal scrolling pannel with images attached to sub panels. This imitates a horizontal nav bar. Below that is a list that i call various s
I\'m trying to get two buttons to show up next to each other in an Ext.Panel. The .js code: ProductView = new Ext.Panel({
I\'m trying to build an app that uses PhoneGap 0.9.6 and Sencha Touch 1.1.0 for Blackberry. (The app is already running fine on iOS and Android).
I\'m trying to create a webapp with sencha. I\'ve already tweaked a lot of examples and the framework is startiong to make sense to me. There are two major things I keep bumping into though.
Ext.Ajax.request({ url: \'http://bar.c开发者_开发百科om/api/foos/\', success: function(response, opts) {
This is my panel (Take notice of the listeners): ToolbarDemo.views.homecard = Ext.extend(Ext.Panel, { title: \"Meny\",
I need to change the width of a thumb of a slider dynamically. Sencha\'s CSS is not letting me. Only if I call .x-thumb::before in my CSS I can set it there, but I need to do it in my Javascr开发者_St