APINew Preview Template URLUI 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: Code Block |
---|
|
var opts = {
previewTemplateUrl: "myTemplates/prefsPreview.html"
};
|
The default is "UIOptionsPreview.html". |