JOTFormParser
View Source
|
Whwn a form is found withina view, this parser will process it and set/adjust the values of fields etc...
|
JOTView
View Source
|
Abstract Base of a View (provides an empty view)
The View is where you add variables to be used by the view.
|
JOTViewBlock
View Source
|
Represent a View block.
|
JOTViewParser
View Source
|
This is the main parser that takes a View object and a Template and spits out HTML code to the browser.
|
JOTViewParserData
View Source
|
Lightweight interface through which the view parser data can be retrieved
|
JOTViewTag
View Source
|
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...
|