
sencha
OmelasShell
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Sass compass
sass http://sass-lang.com/download.html Note that Sass is written in Ruby, so you’ll need Ruby installed as well. If you’re using OS X, it’s already there. Windows users can get it via the RubyIns原创 2012-05-23 08:26:11 · 715 阅读 · 0 评论 -
Sencha Touch 2.0 MVC in 5 minutes or less
Sencha Touch 2.0 MVC in 5 minutes or less 21 October 201116 Comments I’ve shied away from JS frameworks on the mobile platform primarily due to performance. I had not been able to find one that ca转载 2012-05-23 12:10:12 · 696 阅读 · 0 评论 -
sencha toolbar color test
dfgsd /* works =p */ .x-toolbar{height:3em; padding:0 0.5em; overflow:hidden; position:relative; border-top:1px solid #000; background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, color-转载 2012-05-25 14:22:46 · 446 阅读 · 0 评论 -
sencha list paging plugin load more
I'm trying to use sencha touch's listpaging plugin. But there is almost no good( or bad ) documentation about how to use it and i'm confused. When i activate the plugin in my list this.myList = ne转载 2012-06-29 10:19:35 · 2858 阅读 · 0 评论 -
sencha touch :Ext.list 使用方法
var list = new Ext.List({ id: 'myList', floating: true,//设置此属性后才可以使用 height width width: 250, height: 200, fullscreed:true,//全屏显示 dock: 'left', //显示的位置转载 2012-06-29 10:14:55 · 945 阅读 · 0 评论 -
List Pull Refresh Plugin for Sencha Touch
List Pull Refresh Plugin for Sencha Touch by Shea Frederick on January 10th, 2011 One thing that you find out quickly when developing for mobile, is that mobile devices require us to be much翻译 2012-06-29 10:22:08 · 1783 阅读 · 0 评论 -
Sencha Touch 用scroller实现滚到底部加载更多
Sencha Touch 用scroller实现滚到底部加载更多 2011-09-27 16:43 by 威老, 1812 阅读, 8 评论, 收藏, 编辑 需求: 当list滚动到末尾的时候,自动加载更多的内容。 闲言碎语: 其实这个问题要解决非常简单。但首先,我相信,大家不是为了简单的copy那几行代码而来的。相信看了详细的解说,大家能够真正有所收获,能够举一转载 2012-06-29 10:15:42 · 1064 阅读 · 0 评论 -
Sencha Touch 2 中 listpaging 与 pullrefresh 2个插件的使用(分页功能实现)
Sencha Touch 2 中 listpaging 与 pullrefresh 2个插件的使用(分页功能实现) plugins: [{ xclass: 'Ext.plugin.PullRefresh', pullRefreshText: '下拉可以更新', releaseRefreshText: '松开开始转载 2012-06-29 10:29:15 · 1749 阅读 · 0 评论