1. Introduction
The Uize.Templates.JstModule module is a JavaScript Template module used to build JavaScript Template modules from JavaScript template (.jst) files.
DEVELOPERS: Chris van Rensburg
The Uize.Templates.JstModule module is a JavaScript Template Module that is automatically generated by a build script from a companion Uize.Templates.JstModule.js.jst JavaScript Template (.jst) file.
1.1. Examples
There are no dedicated showcase example pages for the Uize.Templates.JstModule module.
SEARCH FOR EXAMPLES
Use the link below to search for example pages on the UIZE Web site that reference the Uize.Templates.JstModule module...
1.2. Implementation Info
The Uize.Templates.JstModule module defines the Uize.Templates.JstModule package under the Uize.Templates namespace.
1.2.1. Features Introduced in This Module
The features listed in this section have been introduced in this module.
STATIC METHODS
Uize.Templates.JstModule.process
STATIC PROPERTIES
Uize.Templates.JstModule.input | Uize.Templates.JstModule.moduleName
1.2.2. Features Overridden in This Module
No features have been overridden in this module.
1.2.3. Features Inherited From Other Modules
This module has no inherited features.
1.2.4. Modules Directly Under This Namespace
There are no modules directly under this namespace.
1.2.5. Unit Tests
The Uize.Templates.JstModule module is unit tested by the Uize.Test.Uize.Templates.JstModule test module.
2. Public Static Methods
2.1. Uize.Templates.JstModule.process
Returns a string, being the generated JavaScript code for the JavaScript Template module.
SYNTAX
javascriptTemplateModuleSTR = Uize.Templates.JstModule.process (inputOBJ);
The value of the inputOBJ parameter should be an object of the form...
{
compiledTemplate: compiledTemplateOBJ
}
2.1.1. compiledTemplate
An object, describing the compiled template in full.
An object of this form is returned by the Uize.Template.compile method when the value 'full' is specified for its optional templateOptionsOBJ parameter.
3. Public Static Properties
3.1. Uize.Templates.JstModule.input
An object, describing the allowed properties of the inputOBJ parameter of the Uize.Templates.JstModule.process static method.
4. Static Methods
4.1. Uize.Templates.JstModule.process
IMPLEMENTATION INFO
| this feature was introduced in this module |