1. Introduction
The Uize.Templates.Log
module generates HTML that can be used for instances of the Uize.Widget.Log
class.
DEVELOPERS: Chris van Rensburg
The Uize.Templates.Log
module is a JavaScript Template Module that is automatically generated by a build script from a companion Uize.Templates.Log.js.jst
JavaScript Template (.jst) file.
1.1. Examples
There are no dedicated showcase example pages for the Uize.Templates.Log
module.
SEARCH FOR EXAMPLES
Use the link below to search for example pages on the UIZE Web site that reference the Uize.Templates.Log
module...
1.2. Implementation Info
The Uize.Templates.Log
module defines the Uize.Templates.Log
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
STATIC PROPERTIES
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
There is no dedicated unit tests module for the Uize.Templates.Log
module.
2. Public Static Methods
2.1. Uize.Templates.Log.process
Returns a string, being the generated HTML that is to be used by an instance of the Uize.Widget.Log
class (or subclass).
SYNTAX
widgetHtmlSTR = Uize.Templates.Log.process (inputOBJ);
The value of the inputOBJ
parameter should be an object of the form...
{ idPrefix: idPrefixSTR, title: titleHtmlSTR }
2.1.1. idPrefix
A string, specifying the value of the idPrefix
state property of the widget instance that uses this module to generate its HTML.
3. Public Static Properties
3.1. Uize.Templates.Log.input
An object, describing the allowed properties of the inputOBJ
parameter of the Uize.Templates.Log.process
static method.