摘要: expandProperties: function (shape) { /// /// /// Wraps the specified object so that all its properties /// are instrumented for binding. This is meant to be used in /// conjunction with the binding mixin. /// ////// The specification for the bindable object. /// /// /// An object with a set of prope 阅读全文
posted @ 2012-12-29 23:53 Angkor--:-- 阅读(380) 评论(0) 推荐(0) 编辑
摘要: WinJS.Application 相关函数和源码:stop: function () { /// /// /// Stops application event processing and resets WinJS.Application /// to its initial state. /// /// // Need to clear out the event properties explicitly to clear their backing // state. // this.onactivated = null; this.oncheckpoint = null; this 阅读全文
posted @ 2012-12-29 23:38 Angkor--:-- 阅读(338) 评论(0) 推荐(0) 编辑
摘要: WinJS.Promise 函数和源码:supportedForProcessing: falseaddEventListener: function Promise_addEventListener(eventType, listener, capture) { /// /// /// Adds an event listener to the control. /// /// /// The type ... 阅读全文
posted @ 2012-12-29 23:28 Angkor--:-- 阅读(412) 评论(0) 推荐(0) 编辑
摘要: WinJS.UI.Animation 函数和源码 createExpandAnimation: function (revealed, affected) { /// /// /// Creates an expand animation. /// After creating the ExpandAnimation object, /// modify the document to move the elements to their new positions, /// then call the execute method on the ExpandAnimation object. 阅读全文
posted @ 2012-12-29 23:11 Angkor--:-- 阅读(418) 评论(0) 推荐(0) 编辑