DIR : /home/kozerus/public_html/pn/uize/site-source/js/Uize/Templates/Collection.js.jst
/home/kozerus/public_html/pn/uize/site-source/js/Uize/Templates
<%@ input ({idPrefix:'string'}) %><%/* Module Meta Data
type: Template
importance: 2
codeCompleteness: 100
docCompleteness: 100
*/%><%/*?
Introduction
The =Uize.Templates.Collection= module generates HTML that can be used for instances of the =Uize.Widget.Collection= class.
*DEVELOPERS:* `Chris van Rensburg`
The =Uize.Templates.Collection= module is a JavaScript Template Module that is automatically generated by a build script from a companion =Uize.Templates.Collection.js.jst= JavaScript Template (.jst) file.
Static Methods
Uize.Templates.Collection.process
Returns a string, being the generated HTML that is to be used by an instance of the =Uize.Widget.Collection= class (or subclass).
SYNTAX
...........................................................
widgetHtmlSTR = Uize.Templates.Collection.process (inputOBJ);
...........................................................
The value of the =inputOBJ= parameter should be an object of the form...
........................
{
idPrefix: idPrefixSTR
}
........................
idPrefix
A string, specifying the value of the =idPrefix= state property of the widget instance that uses this module to generate its HTML.
Static Properties
Uize.Templates.Collection.input
An object, describing the allowed properties of the =inputOBJ= parameter of the =Uize.Templates.Collection.process= static method.
*/%><div id="<% .idPrefix %>-tooltipDragToReorder" class="genericTooltip">Drag and drop selected items to reorganize</div>
<div id="<% .idPrefix %>-tooltipDragging" class="genericTooltip"></div>
<div id="<% .idPrefix %>-insertionMarker" class="collectionInsertionMarker"> </div>
<div class="collectionToolbar">
<a id="<% .idPrefix %>_selectAll" class="button">SELECT ALL</a>
<a id="<% .idPrefix %>_selectNone" class="button">SELECT NONE</a>
<a id="<% .idPrefix %>_remove" class="button">REMOVE</a>
</div>
<div id="<% .idPrefix %>-items" class="collectionView">
</div>
//
koh5_pano
Drag mouse to navigate.
Navigation
- Left/Right Mouse drag: Changes camera heading.
- Up/Sown Mouse drag: Changes camera pitch.
- Scroll wheel: Changes camera field of view.
- I-Key: Displays Info panel with canvas size, image size and FPS.
17.Aug.2010, Martin Wengenmayer