Skip to content
| Marketplace
Sign in
Visual Studio>Templates>Fluid WinJS
Fluid WinJS

Fluid WinJS

Quique Fdez Guerra

|
964 installs
| (0) | Free
Template WinJS fluid, making this easy.
Download

Easy template to work with winjs and listviews, this is an example of code.

 

(function (app, nav) {
 "use strict";

    app.onactivated = function (args) {
        // Initialize all       
        WinJS.Promise.sequence([Data.initialize, Lists.initialize, WinJS.UI.processAll])           
        .then(function () {
                                // Navigate to home               
                nav.navigate(Application.navigator.home);       
        });   
    };

    app.oncheckpoint = function (args) {     ...       };
    app.start();

})(WinJS.Application, WinJS.Navigation);

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft