class the constructs and renders an entire HTML/XHTML document.
Located in /widgets/HTMLPageClass.inc (line 26)
Class | Description |
---|---|
HTMLRedirectPage | This builds an entire HTML Page with the sole purpose of doing a redirect to another url. |
PageWidget | This class is used to build content for an entire page. It uses the HTMLPageClass widget from phphtmllib to render the final output. |
The favicon params
This holds the attributes for the <html> tag.
keeps track of the html render type.
Holds the value of the indent style the user wants to render the page w/
keeps track of which widgets we have automatically pulled in css for
keeps track of which widgets we have automatically pulled in js for
The encoding of the XHTML
XML tag
Class Constructor
This function adds content to the <body> area of the page.
pushes a css external reference to the head area
this adds content to the head tag of the page
this function adds raw css to the <head> tag. It will automatically be wrapped in a <style type="text/css">
adds raw javascript to the head which will automatically get wrapped in a <script language="JavaScript"> tag.
This adds a link to an external Javascript file, which will get rendered in the head.
Adds the content reference to the <body> tag for later use.
This function is used to build the DOCTYPE
tag for the page. It will automatically create a DOCTYPE with a document_element of "html" and a source of "PUBLIC"
This function returns the attributes to be used for the <html> tag.
Same as add()
Same ass add_css_link()
Same ass add_head_content()
Same ass add_head_js()
same as add_js_link()
Same as add()
render the page.
set attributes of body tag
set the character set
This sets the encoding type for XHTML documents
This allows you to change the default url/path for where the favicon.ico lives.
NOTE: calling this method automatically enables the link in the head to be created.
This is used to enable the ability to add the favicon link in the head of the document.
By default it is off.
This function is used to set the FRAMSETtag object for this page. This automatically sets the output for this page object to be a frameset.
This function sets the attributes for the <html> tag
This method sets the lang, and xml:lang setting in the HTML tag.
Automatically set a page meta tag refresh
set the $_text_debug flag
set the title of the page output.
this builds the content type meta tag.
builds the head object and its content.
This is responsible for creating the BODYtag object. We only will create a new $this->_body if it doesn't already exist.
This builds a frameset body tag wrapped in a <noframes> tag.
Documentation generated on Thu, 1 Sep 2005 17:06:02 -0700 by phpDocumentor 1.3.0RC3