I have the usual data pass开发者_高级运维ed into my onItemDisclosure as below: onItemDisclosure: function(record, btn, index) {
I have a TabPanel with a Tabbar and four panels inside. I want to load the HTML content for the fourth panel with an AJAX call when the panel becomes visible.
Here is my animation code: Ext.Anim.run(loginform, \'slide\', { out: true, direction: \'left\', autoClear: false
New to senchatouch world, trying to make the following code work. I have the following code : myApp.views.Homecard = Ext.extend(Ext.TabPanel, {
We are working on a HTML5 app feature that does exactly like the \'text search\' feature in a browser: highlighting the targeted texts.
I\'m having a hard time creating a project that allows me to run sencha touc开发者_开发技巧h on a blackberry using phonegap
I just got a BlackBerry Torch 9810 running OS 7. 开发者_如何学JAVAI noticed my sencha touch app won\'t let me tap to enter a text input field. I have to click the trackpad. I know it works normally on
I have this simple tabBar inside a TabPanel: MyApp.views.Viewport = Ext.extend(Ext.TabPanel, { fullscreen: true,
I want to have a horizontal carousel where the content of each panel is able to scroll vertically. Currently the content is chopped off at the bottom of the screen and I am unable to scro开发者_Go百科
So I have an app I am using to learn more about touch. I got the basic framework setup based on tutorials I have found around the net where I can bounce around the app clicking on things. I integrated