摘要: 参考 :http://blog.csdn.net/zhangxin09/article/details/6914882An Ext JS application's UI is made up of one or many widgets calledComponents. All Componen... 阅读全文
posted @ 2015-02-04 12:31 jim.cheng 阅读(349) 评论(0) 推荐(0) 编辑
摘要: The layout system is one of the most powerful parts of Ext JS. It handles the sizing and positioning of everyComponentin your application. This guide ... 阅读全文
posted @ 2015-02-04 09:42 jim.cheng 阅读(658) 评论(0) 推荐(0) 编辑
摘要: MVC Architecture MVC架构ContentsFile StructureCreating the application in app.jsDefining a ControllerDefining a ViewControlling the gridCreating a Mode... 阅读全文
posted @ 2015-02-03 17:19 jim.cheng 阅读(361) 评论(0) 推荐(0) 编辑
摘要: For the first time in its history, Ext JS went through a huge refactoring from the ground up with the new class system. The new architecture stands be... 阅读全文
posted @ 2015-02-01 23:27 jim.cheng 阅读(218) 评论(0) 推荐(0) 编辑
摘要: https://developer.apple.com/library/ios/documentation/WindowsViews/Conceptual/ViewControllerCatalog/Introduction.html#//apple_ref/doc/uid/TP40011313-C... 阅读全文
posted @ 2014-12-31 09:59 jim.cheng 阅读(170) 评论(0) 推荐(0) 编辑
摘要: Events, Protocols and Delegates 事件、协议和委托This article presents the key iOS technologies used to receive callbacks and to populate user interface contr... 阅读全文
posted @ 2014-12-26 12:17 jim.cheng 阅读(755) 评论(0) 推荐(0) 编辑
摘要: DelegationDelegation is a simple and powerful pattern in which one object in a program acts on behalf of, or in coordination with, another object. The... 阅读全文
posted @ 2014-12-25 15:10 jim.cheng 阅读(320) 评论(0) 推荐(0) 编辑
摘要: Event Delivery: The Responder Chain 事件分发--响应链When you design your app, it’s likely that you want to respond to events dynamically. For example, a touc... 阅读全文
posted @ 2014-12-25 14:22 jim.cheng 阅读(230) 评论(0) 推荐(0) 编辑
摘要: Gesture RecognizersGesture recognizers convert low-level event handling code into higher-level actions. They are objects that you attach to a view, wh... 阅读全文
posted @ 2014-12-25 11:23 jim.cheng 阅读(1036) 评论(0) 推荐(0) 编辑
摘要: About Events in iOSUsers manipulate their iOS devices in a number of ways, such as touching the screen or shaking the device. iOS interprets when and ... 阅读全文
posted @ 2014-12-25 10:03 jim.cheng 阅读(241) 评论(0) 推荐(0) 编辑