Documentation for a historical release of Infusion: 1.3
Please view the Infusion Documentation site for the latest documentation.
If you're looking for Fluid Project coordination, design, communication, etc, try the Fluid Project Wiki.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

New Preview Template URL

UI Options used to rely on the implementer to provide a preview which would be modified to show the effects of the user's preferences. In v1.3, a template is provided for a preview, and an option can be used to override the default preview template:

var opts = {
    previewTemplateUrl: "myTemplates/prefsPreview.html"
};

The default is "UIOptionsPreview.html".

  • No labels