首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

Sencha touch学习笔记一

2013-12-04 
Sencha touch学习笔记1?app.js启动页面//debugExt.Loader.setPath({Ext: touch/src,Reader: app

Sencha touch学习笔记1

?app.js启动页面

//<debug>Ext.Loader.setPath({    'Ext': 'touch/src',    'Reader': 'app'});//</debug>Ext.application({name:'Reader',icon:'images/icon.png',glossOnIcon:false,PhoneStartupScreen:'images/phone_startup.png',tabletStartuoScreen:'images/tablet_startup.png',launch:function(){var panel=Ext.create('Ext.Panel',{fullscreen:true,id:'myPanel',style:'color:red',html:'第一个页面'});}});

?

热点排行