最新文章列表

使用sencha cmd创建android应用

sencha cmd 4 环境安装 下载android SDK http://developer.android.com/sdk/index.html 下载ruby http://rubyinstaller.org/downloads/ 设置android SDK的环境变量包含tools,platform-tools两个目录 JDK就不说了 创建项目 cd /workspace ...
haohetao 评论(4) 有4697人浏览 2014-09-19 17:14

sencha touch 基础 alert

<!DOCTYPE html><html><head>    <meta charset="UTF-8"/>    <title>index.html文件示例</title>    <link rel="stylesheet" href="css/sencha-tou ...
fangyong2006 评论(0) 有973人浏览 2014-04-09 12:05

sencha touch01

sencha touch ch01-------------------------------------------------------------index.html---------------------<!DOCTYPE html><html><head>    <title>index.html文件示例< ...
fangyong2006 评论(0) 有878人浏览 2014-03-11 21:34

sencha touch study log

有缘者得之 www.sencha.com java.oracle.com rubyinstaller.com 1 jdk JAVA_HOME 2 touch 2.3 3 install sencha sdk 4 sencha -sdk /pach/sencha/touch generate app appname apppath 5 install android sdk 6 sencha web ...
fourfire 评论(0) 有897人浏览 2014-02-27 19:57

ExtJS使用Sencha Cmd合并javascript文件为一个文件

1. Motivation To reduce page load time by reducing the requests of fetching JavaScript files. 2. Creating a production build manually Download and Install Sencha Cmd and Extjs sdk 1) Download Sench ...
darrenzhu 评论(2) 有7981人浏览 2013-12-26 10:04

Sencha app build出来的all-classes.js里面的类顺序不对

问题描述: 使用Sencha cmd的Sencha app build成功的生成了all-classes.js文件,测试时发现浏览器报如下错误, Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:8090/myContext/APPName/model/cla ...
darrenzhu 评论(0) 有3129人浏览 2013-09-12 11:50

Sencha Touch 复杂 store

Ext.define('Contact.model.Titles', { extend: 'Ext.data.Model', config: { fields: [ { name: 'itemTitle',type: 'string'}, { name: 'itemValue',type: 'string'}, ], belongsTo: 'Agency' } }); Ext.define ...
sailei1 评论(0) 有2754人浏览 2013-06-25 11:26

Sencha touch环境搭建

最近一个和一个朋友聊到Sencha Touch。做出来的App都很漂亮也很美观。涉及到的技术主要是HTML5。让我觉得比较新颖的是它不需要使用某种编程语言来开发。事实上使用Sencha Touch开发出来的App并不是一个本地应用。而是在与网络上的文件进行交互。而交互的体验会给人一种在使用本地App的感觉。使用Sencha Touch开发有两个前提条件: 本机装有一个web server,Se ...
yacobe 评论(0) 有909人浏览 2013-06-06 22:10

gird 翻页

//<debug> Ext.Loader.setPath({ 'Ext': 'touch/src', 'room': 'app', 'Ext.ux.touch.grid': 'Ext.ux.touch.grid' }); //</debug> Ext.require([ 'Ext.ux.touch. ...
sailei1 评论(0) 有1583人浏览 2013-05-15 14:57

Sencha Touch TextArea 支持滑动

TextArea ios 支持滑动 Ext.define('Sai.view.TextArea', { extend: 'Ext.form.TextArea', xtype:'scrollTextArea', initialize: function() { this.callParent(); this.element.dom.a ...
sailei1 评论(1) 有3525人浏览 2013-04-12 16:41

Sencha Touch history

/** * @author Ed Spencer * @private * * Manages the stack of {@link Ext.app.Action} instances that have been decoded, pushes new urls into the browser's * location object and listens for ...
sailei1 评论(0) 有1725人浏览 2013-02-20 14:19

Sencha Touch Carousel 自动切换

setInterval(function () { crsl.next();//切换的方法 if (crsl.getActiveIndex() === crsl.getMaxItemIndex()) { crsl.setActiveItem(0); } }, 20 ...
sailei1 评论(0) 有1665人浏览 2013-01-25 11:20

Sencha Touch Carousel 去除底栏

/*global Ext:false */ Ext.application({ launch: function () { Ext.create('Ext.Carousel', { defaults: { styleHtmlContent: true }, // defaults ...
sailei1 评论(0) 有1719人浏览 2013-01-25 11:17

Sencha Touch userAgent 判断

[{ name: 'engineName', value: Ext.browser.engineName }, { name: 'engineVersion', value: Ext.browser.engineVersion ...
sailei1 评论(0) 有1241人浏览 2013-01-25 11:05

Sencha Touch 2 Menu

主页面 /** * @Author sai */ Ext.define("Sencha.view.Main", { extend : 'Ext.tab.Panel', xtype : 'Main', //requires: ['Sencha.view.MenuButton','Sencha.view.MenuItemButton'], ...
sailei1 评论(3) 有5009人浏览 2013-01-23 17:01

Sencha Touch Ajax CORS 跨域

CORS 全称:Cross-Origin Resource Sharing 在ST的 文档中是这么写的 A relatively new capability of modern browsers is called CORS, which stands for Cross-Origin Resource Sharing. This allows you to send requests to ...
sailei1 评论(0) 有4713人浏览 2013-01-21 11:28

Sencha Touch Carousel

var el = carousel.element; var b= el.down("div[class='x-carousel-indicator x-carousel-indicator-horizontal x-floating x-carousel-indicator-dark']:nth-child(1)"); b.set({&q ...
sailei1 评论(1) 有1364人浏览 2012-12-26 14:37

最近博客热门TAG

Java(141747) C(73651) C++(68608) SQL(64571) C#(59609) XML(59133) HTML(59043) JavaScript(54918) .net(54785) Web(54513) 工作(54116) Linux(50906) Oracle(49876) 应用服务器(43288) Spring(40812) 编程(39454) Windows(39381) JSP(37542) MySQL(37268) 数据结构(36423)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics