![]() |
Whwn a form is found withina view, this parser will process it and set/adjust the values of fields etc... |
![]() |
Generic "Replacer" Object, that is used to define a replacement pattern. |
![]() |
Abstract Base of a View (provides an empty view) The View is where you add variables to be used by the view. |
![]() |
Represent a View block. |
![]() |
This is the main parser that takes a View object and a Template and spits out HTML code to the browser. |
![]() |
Lightweight interface through which the view parser data can be retrieved |
![]() |
Implement to create a view parser. |
![]() |
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... |