[ class tree: ] [ index: ] [ all elements ]

Index of all elements

[ a ] [ d ] [ e ] [ f ] [ g ] [ h ] [ n ] [ ] [ s ] [ t ] [ u ] [ x ]

a

addBodyContent
in file Page2.php, method HTML_Page2::addBodyContent()
    Sets the content of the <body> tag
addColumns
in file Frameset.php, method HTML_Page2_Frameset::addColumns()
addFavicon
in file Page2.php, method HTML_Page2::addFavicon()
    Adds a shortcut icon (favicon)
addFrame
in file Frameset.php, method HTML_Page2_Frameset::addFrame()
addFrameset
in file Frameset.php, method HTML_Page2_Frameset::addFrameset()
addHeadLink
in file Page2.php, method HTML_Page2::addHeadLink()
    Adds <link> tags to the head of the document
addRawHeaderData
in file Page2.php, method HTML_Page2::addRawHeaderData()
    Adds raw data to the head of the document
addRows
in file Frameset.php, method HTML_Page2_Frameset::addRows()
addScript
in file Page2.php, method HTML_Page2::addScript()
    Adds a linked script to the page
addScriptDeclaration
in file Page2.php, method HTML_Page2::addScriptDeclaration()
    Adds a script to the page
addStyleDeclaration
in file Page2.php, method HTML_Page2::addStyleDeclaration()
    Adds a stylesheet declaration to the page
addStyleSheet
in file Page2.php, method HTML_Page2::addStyleSheet()
    Adds a linked stylesheet to the page
apiVersion
in file Page2.php, method HTML_Page2::apiVersion()
    Returns the current API version
top

d

disableXmlProlog
in file Page2.php, method HTML_Page2::disableXmlProlog()
    Disables prepending the XML prolog for XHTML documents
display
in file Page2.php, method HTML_Page2::display()
    Outputs the HTML content to the browser
Doctypes.php
procedural page Doctypes.php
top

e

enableXmlProlog
in file Page2.php, method HTML_Page2::enableXmlProlog()
    Enables prepending the XML prolog for XHTML documents (default)
top

f

$frameset
in file Page2.php, variable HTML_Page2::$frameset
    Contains an instance of {@see HTML_Page2_Frameset}
Frame.php
procedural page Frame.php
Frameset.php
procedural page Frameset.php
top

g

getBodyContent
in file Page2.php, method HTML_Page2::getBodyContent()
    Get/Return the Body Content.
getCharset
in file Page2.php, method HTML_Page2::getCharset()
    Returns the document charset encoding.
getDoctypeString
in file Page2.php, method HTML_Page2::getDoctypeString()
    Returns the document type string
getLang
in file Page2.php, method HTML_Page2::getLang()
    Returns the document language.
getTitle
in file Page2.php, method HTML_Page2::getTitle()
    Return the title of the page.
top

h

HTML_Page2
in file Page2.php, method HTML_Page2::HTML_Page2()
    Class constructor.
HTML_Page2
in file Page2.php, class HTML_Page2
    (X)HTML Page generation class
HTML_PAGE2_APPEND
in file Page2.php, constant HTML_PAGE2_APPEND
    Determines how content is added to the body.
HTML_Page2_Frameset
in file Frameset.php, method HTML_Page2_Frameset::HTML_Page2_Frameset()
HTML_Page2_Frameset
in file Frameset.php, class HTML_Page2_Frameset
HTML_Page2_Frameset_Frame
in file Frame.php, method HTML_Page2_Frameset_Frame::HTML_Page2_Frameset_Frame()
HTML_Page2_Frameset_Frame
in file Frame.php, class HTML_Page2_Frameset_Frame
HTML_PAGE2_PREPEND
in file Page2.php, constant HTML_PAGE2_PREPEND
    Determines how content is added to the body.
HTML_PAGE2_REPLACE
in file Page2.php, constant HTML_PAGE2_REPLACE
    Determines how content is added to the body.
top

n

Namespaces.php
procedural page Namespaces.php
top

p

Page2_Complex.php
procedural page Page2_Complex.php
Page2_Frameset.php
procedural page Page2_Frameset.php
Page2_NoDoctype.php
procedural page Page2_NoDoctype.php
Page2_Simple.php
procedural page Page2_Simple.php
Page2.php
procedural page Page2.php
prependBodyContent
in file Page2.php, method HTML_Page2::prependBodyContent()
    Prepends content to the content of the <body> tag. Wrapper for addBodyContent
top

s

setBody
in file Page2.php, method HTML_Page2::setBody()
    Sets the content of the <body> tag.
setBodyAttributes
in file Page2.php, method HTML_Page2::setBodyAttributes()
    Sets the attributes of the <body> tag
setCache
in file Page2.php, method HTML_Page2::setCache()
    Defines if the document should be cached by the browser
setCharset
in file Page2.php, method HTML_Page2::setCharset()
    Sets the document charset
setDoctype
in file Page2.php, method HTML_Page2::setDoctype()
    Sets or alters the !DOCTYPE declaration.
setHeadProfile
in file Page2.php, method HTML_Page2::setHeadProfile()
    Sets the <head> profile
setLang
in file Page2.php, method HTML_Page2::setLang()
    Sets the global document language declaration. Default is English.
setLongDescription
in file Frame.php, method HTML_Page2_Frameset_Frame::setLongDescription()
setMetaContentType
in file Page2.php, method HTML_Page2::setMetaContentType()
    Sets an http-equiv Content-Type meta tag
setMetaData
in file Page2.php, method HTML_Page2::setMetaData()
    Sets or alters a meta tag.
setMetaRefresh
in file Page2.php, method HTML_Page2::setMetaRefresh()
    Shortcut to set or alter a refresh meta tag
setMimeEncoding
in file Page2.php, method HTML_Page2::setMimeEncoding()
    Sets the document MIME encoding that is sent to the browser.
setNamespace
in file Page2.php, method HTML_Page2::setNamespace()
    Sets the document namespace
setScrolling
in file Frame.php, method HTML_Page2_Frameset_Frame::setScrolling()
setSource
in file Frame.php, method HTML_Page2_Frameset_Frame::setSource()
setTarget
in file Frame.php, method HTML_Page2_Frameset_Frame::setTarget()
setTitle
in file Page2.php, method HTML_Page2::setTitle()
    Sets the title of the page
top

t

toFile
in file Page2.php, method HTML_Page2::toFile()
    Generates the document and outputs it to a file.
toHtml
in file Page2.php, method HTML_Page2::toHtml()
    Generates and returns the complete page as a string
toHTML
in file Frameset.php, method HTML_Page2_Frameset::toHTML()
toHtml
in file Frame.php, method HTML_Page2_Frameset_Frame::toHtml()
top

u

unsetBody
in file Page2.php, method HTML_Page2::unsetBody()
    Unsets the content of the <body> tag.
unsetMetaData
in file Page2.php, method HTML_Page2::unsetMetaData()
    Unsets a meta tag.
top

x

$xhtml
in file Frameset.php, variable HTML_Page2_Frameset::$xhtml
$xhtml
in file Frame.php, variable HTML_Page2_Frameset_Frame::$xhtml
top

_

_elementToHtml
in file Page2.php, method HTML_Page2::_elementToHtml()
    Iterates through an array, returning an HTML string
top

Documentation generated on Mon, 11 Mar 2019 16:03:54 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.