|
Class Summary |
| JOTFormParser |
Whwn a form is found withina view, this parser will process it and set/adjust the values of fields etc... |
| JOTView |
Abstract Base of a View (provides an empty view)
The View is where you add variables to be used by the view. |
| JOTViewBlock |
Represent a View block. |
| JOTViewParser |
This is the main parser that takes a View object and a Template and spits out HTML code to the browser. |
| JOTViewTag |
Represents an individual HTML tags
So we can "customize" it on the fly: ie: redefine/add a property (class="myclass") or a flag (DISABLED) etc... |