Function geoHtml
Create HTML tag
Package: Geolib
License: Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html
Author: Peter Pitchford peter@geotonics.com
Located at geoFunctions.php
License: Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html
Author: Peter Pitchford peter@geotonics.com
Located at geoFunctions.php
string|object |
$body = null |
HTML body tag or GeoBody object |
string|object |
$head = null |
<p>A GeoHead object, usually from geoHead(). A string for the title can be used if no other head attributes are required.</p> |
string |
$userSessionName = null |
Name of user session |
boolean |
$tidyTag = null |
Determines whether to tidy up html with proper tabs |
boolean |
$start = null |
<p>A flag to indicte that this tag should only return the start tag and the content. This allows direct output of any other content before the end tag.</p> |
string |
$doctype = null |
Doctype for this document |
string
|
HTML document |