This class is used to build content for an entire page. It uses the HTMLPageClass widget from phphtmllib to render the final output.
Located in Program_Root/examples/example3.php (line 94)
HTMLPageClass | --PageWidget | --MyLayoutPage
Inherited from PageWidget
PageWidget::$_enable_debug
PageWidget::$_title_text
Inherited from HTMLPageClass
HTMLPageClass::$_html_attributes
HTMLPageClass::$_indent_style
HTMLPageClass::$_widget_css_auto
HTMLPageClass::$_widget_js_auto
HTMLPageClass::$_xml_encoding
This is the constructor.
- $title - the title for the page and the titlebar object.
string - The render type (HTML, XHTML, etc. )
This builds the main content for the page.
this function returns the contents of the right block. It is already wrapped in a TD
This function is responsible for building the footer block for every page.
This function is responsible for building the header block that lives at the top of every page.
this function returns the contents of the left block. It is already wrapped in a TD
We override this method to automatically break up the main block into a left block and a right block
object.
Inherited From PageWidget
PageWidget::PageWidget()
PageWidget::body_content()
PageWidget::enable_debug()
PageWidget::frameset()
PageWidget::get_title()
PageWidget::head_content()
PageWidget::head_javascript()
PageWidget::render()
Inherited From HTMLPageClass
HTMLPageClass::HTMLPageClass()
HTMLPageClass::add()
HTMLPageClass::add_css_link()
HTMLPageClass::add_head_content()
HTMLPageClass::add_head_css()
HTMLPageClass::add_head_js()
HTMLPageClass::add_js_link()
HTMLPageClass::add_reference()
HTMLPageClass::build_doctype()
HTMLPageClass::get_html_attributes()
HTMLPageClass::push()
HTMLPageClass::push_css_link()
HTMLPageClass::push_head_content()
HTMLPageClass::push_head_js()
HTMLPageClass::push_js_link()
HTMLPageClass::push_reference()
HTMLPageClass::render()
HTMLPageClass::set_body_attributes()
HTMLPageClass::set_charset()
HTMLPageClass::set_encoding()
HTMLPageClass::set_frameset()
HTMLPageClass::set_html_attributes()
HTMLPageClass::set_language()
HTMLPageClass::set_refresh()
HTMLPageClass::set_text_debug()
HTMLPageClass::set_title()
HTMLPageClass::_build_content_type_tag()
HTMLPageClass::_build_head()
HTMLPageClass::_create_body()
HTMLPageClass::_frameset_wrap_body()
Documention generated on Thu, 31 Jul 2003 18:32:27 -0700 by phpDocumentor 1.2.0