sencha-touch
Sencha Touch: Passing data from the onItemDisclosure to the detail view panel and template
I have the usual data pass开发者_高级运维ed into my onItemDisclosure as below: onItemDisclosure: function(record, btn, index) {[详细]
2023-04-08 12:02 分类:问答Load html data with AJAX in Sencha touch when panel is shown
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.[详细]
2023-04-08 10:28 分类:问答Sencha touch animation problem - after slide animation is completed it is still present on the screen
Here is my animation code: Ext.Anim.run(loginform, \'slide\', { out: true, direction: \'left\', autoClear: false[详细]
2023-04-08 06:52 分类:问答Dynamically add items to TabBar in Sencha Touch
New to senchatouch world, trying to make the following code work. I have the following code : myApp.views.Homecard = Ext.extend(Ext.TabPanel, {[详细]
2023-04-08 05:42 分类:问答Can we leverage browsers' "text-search" feature in an HTML5 app?
We are working on a HTML5 app feature that does exactly like the \'text search\' feature in a browser: highlighting the targeted texts.[详细]
2023-04-08 04:12 分类:问答PhoneGap Sencha Blackberry
I\'m having a hard time creating a project that allows me to run sencha touc开发者_开发技巧h on a blackberry using phonegap[详细]
2023-04-08 04:03 分类:问答blackberry os 7 sencha touch tap text field
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[详细]
2023-04-08 03:47 分类:问答How to align elements inside a tabPanel in Sencha touch
I have this simple tabBar inside a TabPanel: MyApp.views.Viewport = Ext.extend(Ext.TabPanel, { fullscreen: true,[详细]
2023-04-07 21:00 分类:问答Sencha touch vertical scroll content in a horizontal carousel
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百科[详细]
2023-04-07 16:47 分类:问答Sencha Touch: Dynamic chart labels in a MVC app
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[详细]
2023-04-07 14:09 分类:问答