1. Introduction
The Uize.Templates.HashTable
module serializes a JavaScript object to a two column HTML table - column one for the keys and column two for the values.
DEVELOPERS: Chris van Rensburg
The Uize.Templates.HashTable
module is a JavaScript Template Module that is automatically generated by a build script from a companion Uize.Templates.HashTable.js.jst
JavaScript Template (.jst) file.
1.1. Examples
There are no dedicated showcase example pages for the Uize.Templates.HashTable
module.
SEARCH FOR EXAMPLES
Use the link below to search for example pages on the UIZE Web site that reference the Uize.Templates.HashTable
module...
1.2. Implementation Info
The Uize.Templates.HashTable
module defines the Uize.Templates.HashTable
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.HashTable.process
STATIC PROPERTIES
Uize.Templates.HashTable.input
| Uize.Templates.HashTable.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.HashTable
module is unit tested by the Uize.Test.Uize.Templates.HashTable
test module.
2. Public Static Methods
2.1. Uize.Templates.HashTable.process
Returns a string, being the generated HTML for the two column table.
SYNTAX
tableHtmlSTR = Uize.Templates.HashTable.process (inputOBJ);
The value of the inputOBJ
parameter should be a hash object, where each key/value pair will be serialized as a row in the generated HTML table.
NOTES
the special keys idPrefix , pathToResources , and blankGif will not be serialized into the HTML table |
3. Static Methods
3.1. Uize.Templates.HashTable.process
IMPLEMENTATION INFO
this feature was introduced in this module |