凌动小生的Blog

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

随笔分类 -  sencha touch

摘要:在ipad的safari里点击一个连接打开Skype应用。使用Skype链接你可以把Skype链接放入到HTML代码中,这样别人在打开页面后就能方便的联系你。缺省情况下为呼叫动作,你也可以设置为其他动作。下面是几个简单的例子。接下去会有更多的相关信息。<a href="skype:echo123?call">点击</a> (呼叫echo123)<a href="skype:echo123">点击</a> (缺省动作 - 呼叫)<a href="skype:echo123?add"& 阅读全文
posted @ 2013-04-15 14:18 凌动小生 阅读(368) 评论(0) 推荐(0)

摘要:In the process of my project development,I need to change data of model stored in store of one list,in order to refresh the list without any unnesscary ajax request.But after you changed the model in store,when your store load data again,the returned data can not bind to the store.It means that your 阅读全文
posted @ 2013-03-22 10:55 凌动小生 阅读(356) 评论(0) 推荐(0)

摘要:Models can have associations with other Models viaExt.data.association.HasOne,belongsToandhasManyassociations. 1 Ext.define('IS.model.Grounp', { 2 extend : 'Ext.data.Model', 3 config : { 4 idProperty : 'GrounpID', 5 fields : [{ 6 ... 阅读全文
posted @ 2013-03-13 16:22 凌动小生 阅读(196) 评论(0) 推荐(0)