GenericHTML
From FiFormsWiki
class genericHTML
HTML clips used to wrap the actual FiForm code into an HTML file.
Contents |
[edit]
Properties
| $bodyProperties | Tags appearing in <body> tag |
| $headerTags | Any tags appearing in the HTML header |
| $htmlFooter | The entire string of html output after the FiForm data. |
| $htmlHeader | The entire string of html output before the FiForm data. |
| $pageFooter | Last html appearing before closing of document |
| $pageHeader | HTML appearing immediatly after the page title |
| $pageTitle | HTML Title as well as a centered title on the page |
[edit]
Method Detail
[edit]
genericHTML
Constructs genericHTML Object
Syntax: genericHTML()
[edit]
Returns
genericHTML Object

