8th
AUG

Sencha学习手记(二)

Posted by JCLee under 技术

开始使用Seacha进行开发:
1. 设置开发环境
下载Seacha开发框架库。下载地址 [Seacha目前的版本0.92]

下载后的目录结构如下:

2.开始第一个Sencha应用

创建Html

我使用的是DW(Dreamweaver),创建了一个Html页面。

注:第10行,引用的是一个debug版的Sencha JS库,开发时方便调试。正式上线时,可更换为优化版ext-touch.js

创建JavaScript

Ext.setup({
    tabletStartupScreen: 'tablet_startup.png',
    phoneStartupScreen: 'phone_startup.png',
    icon: 'icon.png',
    glossOnIcon: false,
    onReady: function() {
        var pnl = new Ext.Panel({
            layout: {
                type: 'vbox',
                pack: 'center'
            },
            items: [{
                xtype: 'video',
                url: 'space.mp4',
                loop: true,
                width: 500,
                height: 400,
                poster: 'Screenshot.png'
            }],
            fullscreen: true
        })
    }
});

感觉Hello word!没有意思,就搞一下视频吧!直接从example中找段代码。具体后面慢慢消化吧。

3.测试自己的成果

使用Safari浏览一下index.html

注:目前火狐及Chrome目前支持的都不太理想,IE大家先不用想了。如果之前有过手机的开发经验,可以直接用iPhone或Android的模拟器进行测试。

4. 将index.html中的ext-touch-debug.js更换为ext-touch.js

5. 上传服务器完成我第一个煎蛋

猜测您可以感兴趣的内容:

Reader's Comments

  1. linki sponsorowane |

    After study several of the blog posts on your website now, i really as if your way of blogging. I bookmarked it to my bookmark website list and are checking back soon. Pls consider my site too and let me know what you consider.

Leave a Reply


Spam Protection by WP-SpamFree

This site is protected by WP-CopyRightPro