Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
DOM にドロップして呼び出すことなく、JavaScript で data-win-control オブジェクトをインスタンス化することは可能WinJS.UI.processAll()ですか?
WinJS.UI.processAll()
はい、可能です。コード ビハインドで実行できます。
// Object is a new FlipView component instantiate in code behind // element can be an element already existing in the DOM or just created with JS var object = new WinJS.UI.FlipView(element, options);