Module: ko/ui/wizardpage

ko/ui wizardpage element

This module inherits methods and properties from the module it extends. Quickly generate wizard page containers for XUL wizard

Example

var wizard = $("<wizard>").attr("flex", "1");
var wizardpage = require("ko/ui/wizardpage").create();
wizard.append(wizardpage);
//Now start adding things to the wizardpage container
Author:
  • NathanR, CareyH
License:
  • Mozilla Public License v. 2.0

Extends

Classes

Model()