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

Element index for package html

[ a ] [ b ] [ c ] [ d ] [ f ] [ g ] [ h ] [ i ] [ j ] [ k ] [ l ] [ m ] [ n ] [ o ] [ p ] [ q ] [ r ] [ s ] [ t ] [ u ] [ v ] [ w ] [ x ] [ y ] [ z ]

a

$alt
in file HTMLImage.class.php, variable HTMLImage::$alt
    The alt-attribute of the image-tag.
$attributesArr
in file HTMLTable.class.php, variable HTMLTable::$attributesArr
    Stores all customized attributes of each tabledata. This array carries two dimensions of string types. The first dimension stands for the rows of the table, the second one stands for the cols of the table.
ABSTDimensionObject
in file ABSTDimensionObject.class.php, method ABSTDimensionObject::ABSTDimensionObject()
    The Constructor let the script die, cause this is an abstract class!
ABSTDimensionObject
in file ABSTDimensionObject.class.php, class ABSTDimensionObject
ABSTHTMLTag
in file ABSTHTMLTag.class.php, class ABSTHTMLTag
    An abstract class to create HTML-Tags.
ABSTSourceObject
in file ABSTSourceObject.class.php, method ABSTSourceObject::ABSTSourceObject()
    The Constructor let the script die, cause this is an abstract class!
ABSTSourceObject
in file ABSTSourceObject.class.php, class ABSTSourceObject
add
in file JavaScript.class.php, method JavaScript::add()
    Adds a string to the content of this javascript.
addAttributeToRow
in file HTMLTable.class.php, method HTMLTable::addAttributeToRow()
    Adds a custom-attribute to the given row of this table. The counting of rows begins at zero.
addAttributeToTable
in file HTMLTable.class.php, method HTMLTable::addAttributeToTable()
    Adds a custom-attribute to the table-tag.
addCell
in file HTMLTable.class.php, method HTMLTable::addCell()
    Adds a cell at the next possible position to this table. This method is an alias for the method addCol.
addClass
in file Stylesheet.class.php, method Stylesheet::addClass()
    Adds a stylesheet-class to this object.
addCol
in file HTMLTable.class.php, method HTMLTable::addCol()
    Adds a cell at the next possible position to this table.
addContentToCol
in file HTMLTable.class.php, method HTMLTable::addContentToCol()
    Changes a given cell.
addElement
in file HTMLList.class.php, method HTMLList::addElement()
    Adds an element to the list.
addId
in file Stylesheet.class.php, method Stylesheet::addId()
    Adds a stylesheet-id to this object.
addParam
in file SWFObject.class.php, method SWFObject::addParam()
    Adds an parameter to this swf object.
addParameterOnMouseOver
in file HTMLLink.class.php, method HTMLLink::addParameterOnMouseOver()
    Adds a javascript that adds parameter to the hyper reference of this anker. This is useful for search engine optimated sites. For example you can add a session-id or parameter that should hide from search-spiders.
addRow
in file HTMLTable.class.php, method HTMLTable::addRow()
    Adds a new row after the last row of this table. If there are lesser cols
addTag
in file Stylesheet.class.php, method Stylesheet::addTag()
    Adds a stylesheet of a html-tag to this object.
addVariable
in file SWFObject.class.php, method SWFObject::addVariable()
    Adds an variable to this swf object.
AVIObject
in file AVIObject.class.php, class AVIObject
AVIObject
in file AVIObject.class.php, method AVIObject::AVIObject()
    Constructor.
ABSTDimensionObject.class.php
procedural page ABSTDimensionObject.class.php
ABSTHTMLTag.class.php
procedural page ABSTHTMLTag.class.php
ABSTSourceObject.class.php
procedural page ABSTSourceObject.class.php
AVIObject.class.php
procedural page AVIObject.class.php
addElement
in file WebsiteNavigation.class.php, method WebsiteNavigation::addElement()
    Adds a navigation point to the list.
AlphabetFilter
in file AlphabetFilter.class.php, method AlphabetFilter::AlphabetFilter()
    Constructor.
AlphabetFilter
in file AlphabetFilter.class.php, class AlphabetFilter
    A class to generate a albabethical list to use as Filter for several data.
AlphabetFilter.class.php
procedural page AlphabetFilter.class.php
top

b

$background
in file HTMLDocument.class.php, variable HTMLDocument::$background
    Stores the value of the background-attribute of the body-tag. For using a background image.
$behaviour
in file HTMLDocument.class.php, variable HTMLDocument::$behaviour
    Valid values for example are "Final", "Strict", "Transitional" or "Frameset". The standard value is "Transitional".
$behindbody
in file HTMLDocument.class.php, variable HTMLDocument::$behindbody
    The space between </body> and </html>.
$bgcolor
in file HTMLDocument.class.php, variable HTMLDocument::$bgcolor
    Stores the value of the bgcolor-attribute of the body-tag to set the backgroundcolor of the Site.
$bgcolor
in file HTMLLayer.class.php, variable HTMLLayer::$bgcolor
    var string
$blur
in file ABSTHTMLTag.class.php, variable ABSTHTMLTag::$blur
$body
in file HTMLLayer.class.php, variable HTMLLayer::$body
$body
in file JavaScript.class.php, variable JavaScript::$body
    The content of the javascript.
$body
in file HTMLDocument.class.php, variable HTMLDocument::$body
    The content of this HTML-document.
$border
in file HTMLImage.class.php, variable HTMLImage::$border
    Stores the value of the border-attribute of this image.
$border
in file HTMLTable.class.php, variable HTMLTable::$border
    Stores the value of the border-attribute of this table.
$bg_color
in file FTPUploadApplet.class.php, variable FTPUploadApplet::$bg_color
    Stores the background color of the applet.
$bool_hold_centred
in file Frame.class.php, variable Frame::$bool_hold_centred
$browse_bt_label
in file FTPUploadApplet.class.php, variable FTPUploadApplet::$browse_bt_label
    The label of the button for browsing the filesystem.
build
in file AlphabetFilter.class.php, method AlphabetFilter::build()
    Builds the alphabetic list.
top

c

$cellHeightArr
in file HTMLTable.class.php, variable HTMLTable::$cellHeightArr
    Stores the height of each tabledata. This array carries two dimensions of integer types. The first dimension stands for the rows of the table, the second one stands for the cols of the table.
$cellpadding
in file HTMLTable.class.php, variable HTMLTable::$cellpadding
    Stores the value of the cellpadding-attribute of this table.
$cellspacing
in file HTMLTable.class.php, variable HTMLTable::$cellspacing
    Stores the value of the cellspacing-attribute of this table.
$cellStyleClassArr
in file HTMLTable.class.php, variable HTMLTable::$cellStyleClassArr
    Stores the styleclass of each tabledata. This array carries two dimensions of string types. The first dimension stands for the rows of the table, the second one stands for the cols of the table.
$cellWidthArr
in file HTMLTable.class.php, variable HTMLTable::$cellWidthArr
    Stores the width of each tabledata. This array carries two dimensions of integer types. The first dimension stands for the rows of the table, the second one stands for the cols of the table.
$click
in file ABSTHTMLTag.class.php, variable ABSTHTMLTag::$click
$cls_arr
in file Stylesheet.class.php, variable Stylesheet::$cls_arr
$cols
in file HTMLTable.class.php, variable HTMLTable::$cols
    Stores the cols count of this table.
$colspanArr
in file HTMLTable.class.php, variable HTMLTable::$colspanArr
    Stores the colspan of each tabledata. This array carries two dimensions of integer types. The first dimension stands for the rows of the table, the second one stands for the cols of the table.
$contentArr
in file HTMLTable.class.php, variable HTMLTable::$contentArr
    Stores the content of each tabledata. This array carries two dimensions of string types. The first dimension stands for the rows of the table, the second one stands for the cols of the table.
$contenttype
in file HTMLDocument.class.php, variable HTMLDocument::$contenttype
    Valid values for example are "HTML", "XHTML", "SVG" or "MathML". The standard value is "HTML".
changeCol
in file HTMLTable.class.php, method HTMLTable::changeCol()
    Changes the given cell.
$clip_height
in file NewsTicker.class.php, variable NewsTicker::$clip_height
$clip_width
in file NewsTicker.class.php, variable NewsTicker::$clip_width
$codebase
in file FTPUploadApplet.class.php, variable FTPUploadApplet::$codebase
    Stores the path to the jar-archive.
$content_layer
in file Frame.class.php, variable Frame::$content_layer
top

d

$delay
in file SWFObject.class.php, variable SWFObject::$delay
    Stores the delay to write the object in the html-container.
$docforms
in file HTMLDocument.class.php, variable HTMLDocument::$docforms
$docitems
in file HTMLDocument.class.php, variable HTMLDocument::$docitems
$doctables
in file HTMLDocument.class.php, variable HTMLDocument::$doctables
$doctype
in file HTMLDocument.class.php, variable HTMLDocument::$doctype
    Valid values for example are "html", "math" or "svg". The standard value is "html".
deleteElementAt
in file HTMLList.class.php, method HTMLList::deleteElementAt()
    Removes the element at $int-index. All elements behind the deleted element moving up by one position.
deleteElementAt
in file WebsiteNavigation.class.php, method WebsiteNavigation::deleteElementAt()
    Removes the element at $int-index. All elements behind the deleted element moving up by one position.
top

f

$flash_version
in file SWFObject.class.php, variable SWFObject::$flash_version
    The path to the swf object.
$focus
in file ABSTHTMLTag.class.php, variable ABSTHTMLTag::$focus
$freestyle
in file HTMLTable.class.php, variable HTMLTable::$freestyle
    Can filled with styledefinitions that were not handled by an implemented method.
$freestyle
in file ABSTHTMLTag.class.php, variable ABSTHTMLTag::$freestyle
    Can filled with styledefinitions that were not handled by an implemented method.
$freestyle_arr
in file HTMLList.class.php, variable HTMLList::$freestyle_arr
Frame
in file Frame.class.php, class Frame
    A class to generate "<div>"-Layer based inline Window.
Frame
in file Frame.class.php, method Frame::Frame()
    Constructor.
FTPUploadApplet
in file FTPUploadApplet.class.php, method FTPUploadApplet::FTPUploadApplet()
    Constructor
FTPUploadApplet
in file FTPUploadApplet.class.php, class FTPUploadApplet
Frame.class.php
procedural page Frame.class.php
FTPUploadApplet.class.php
procedural page FTPUploadApplet.class.php
top

g

$gallery_img
in file HTMLImage.class.php, variable HTMLImage::$gallery_img
    Stores whether the image should be a gallery image.
get
in file HTMLSpan.class.php, method HTMLSpan::get()
    Returns a generated string based on the attributes of this HTML-Object.
get
in file HTMLList.class.php, method HTMLList::get()
    Returns a generated string based on the attributes of this HTML-Object.
get
in file HTMLImage.class.php, method HTMLImage::get()
    Returns a generated string based on the attributes of this HTML-Object.
get
in file HTMLTable.class.php, method HTMLTable::get()
    Returns a generated string based on the Attributes of this HTML-Object.
get
in file HTMLLayer.class.php, method HTMLLayer::get()
    Returns a generated string based on the attributes of this HTML-Object.
get
in file JavaScript.class.php, method JavaScript::get()
    Returns a generated string based on the attributes of this object.
get
in file SWFObject.class.php, method SWFObject::get()
    Returns a generated string based on the attributes of this HTML-Object.
get
in file Stylesheet.class.php, method Stylesheet::get()
    Returns a generated string based on the attributes of this HTML-Object.
get
in file QuickTimeObject.class.php, method QuickTimeObject::get()
    Returns a generated string based on the attributes of this HTML-Object.
get
in file MovieObject.class.php, method MovieObject::get()
    Returns a generated string based on the attributes of this HTML-Object.
get
in file HTMLEmbed.class.php, method HTMLEmbed::get()
    Returns a generated string based on the attributes of this HTML-Object.
get
in file HTMLLink.class.php, method HTMLLink::get()
    Returns a generated string based on the attributes of this HTML-Object.
get
in file HTMLDocument.class.php, method HTMLDocument::get()
    Returns a generated string based on the attributes of this HTML-Object.
getBackground
in file HTMLDocument.class.php, method HTMLDocument::getBackground()
    Returns the body's background-attribute of this document.
getBGColor
in file HTMLDocument.class.php, method HTMLDocument::getBGColor()
    Returns the current body's bgcolor-attribute of this document.
getBody
in file HTMLDocument.class.php, method HTMLDocument::getBody()
    Returns the current body's content of this document.
getBodyIsHorizontallyScrollable
in file JavaScript.class.php, method JavaScript::getBodyIsHorizontallyScrollable()
    Returns a function to proof whether the document is scrollable in horizontally direction.
getBodyIsVerticallyScrollable
in file JavaScript.class.php, method JavaScript::getBodyIsVerticallyScrollable()
    Returns a function to proof whether the document is scrollable in vertically direction.
getClone
in file HTMLTable.class.php, method HTMLTable::getClone()
    Returns a clone of this object.
getCloneWithCols
in file HTMLTable.class.php, method HTMLTable::getCloneWithCols()
    Returns a clone of this object only with the specified cols.
getCloneWithRows
in file HTMLTable.class.php, method HTMLTable::getCloneWithRows()
    Returns a clone of this object only with the specified rows.
getGetInnerWindowHeight
in file JavaScript.class.php, method JavaScript::getGetInnerWindowHeight()
    Returns a function to get the value of the inner window height.
getGetInnerWindowWidth
in file JavaScript.class.php, method JavaScript::getGetInnerWindowWidth()
    Returns a function to get the value of the inner window width.
getHead
in file HTMLDocument.class.php, method HTMLDocument::getHead()
    Returns the current head's content of this document.
getId
in file ABSTHTMLTag.class.php, method ABSTHTMLTag::getId()
    Returns the value of this tag's "id"-attribute.
getInArray
in file JavaScript.class.php, method JavaScript::getInArray()
    Returns a function to check if a given array contains the given value.
getIsAncestorOf
in file JavaScript.class.php, method JavaScript::getIsAncestorOf()
    Returns a function to check if a given HTML-element includes another HTML-element.
getJavaScriptToAddParameterToHREF
in file HTMLLink.class.php, method HTMLLink::getJavaScriptToAddParameterToHREF()
    Adds a javascript that adds parameter to the hyper reference of this anker. This is useful for search engine optimated sites. For example you can add a session-id or parameter that should hide from search-spiders.
getJS2swapImages
in file HTMLImage.class.php, method HTMLImage::getJS2swapImages()
    Returns a javascript-function to swap a given image to given source.
getJSIncludeForSWFObject
in file SWFObject.class.php, method SWFObject::getJSIncludeForSWFObject()
    Returns a javascript to generate a swf object.
getLeftMargin
in file HTMLDocument.class.php, method HTMLDocument::getLeftMargin()
    Returns the current body's leftmargin-attribute of this document.
getMarginHeight
in file HTMLDocument.class.php, method HTMLDocument::getMarginHeight()
    Returns the current body's marginheight text-attribute of this document.
getMarginWidth
in file HTMLDocument.class.php, method HTMLDocument::getMarginWidth()
    Returns the current body's marginwidth-attribute of this document.
getMD5
in file JavaScript.class.php, method JavaScript::getMD5()
    Returns a function to encode a string to md5.
getMode
in file HTMLDocument.class.php, method HTMLDocument::getMode()
    Returns the current document's mode (standard or quirk).
getName
in file ABSTHTMLTag.class.php, method ABSTHTMLTag::getName()
    Returns the value of this tag's "name"-attribute.
getOnBlur
in file HTMLDocument.class.php, method HTMLDocument::getOnBlur()
    Returns the body's onblur-attribute of this document.
getOnLoad
in file HTMLDocument.class.php, method HTMLDocument::getOnLoad()
    Returns the current body's onload-attribute of this document.
getOnResize
in file HTMLDocument.class.php, method HTMLDocument::getOnResize()
    Returns the body's onresize-attribute of this document.
getOnScroll
in file HTMLDocument.class.php, method HTMLDocument::getOnScroll()
    Returns the body's onscroll-attribute of this document.
getPHPSource
in file HTMLDocument.class.php, method HTMLDocument::getPHPSource()
    Generates the sourcecode to build this object and returns it.
getPHPSource
in file HTMLTable.class.php, method HTMLTable::getPHPSource()
    Returns the rebuilded source code of this Object.
getSerialize
in file JavaScript.class.php, method JavaScript::getSerialize()
    Returns a function to serialize arrays like in php.
getStrRepeat
in file JavaScript.class.php, method JavaScript::getStrRepeat()
    Returns a function to repeat a string given times.
getText
in file HTMLDocument.class.php, method HTMLDocument::getText()
    Returns the current body's text-attribute of this document.
getTitle
in file HTMLDocument.class.php, method HTMLDocument::getTitle()
    Returns the current title of this document.
getTopMargin
in file HTMLDocument.class.php, method HTMLDocument::getTopMargin()
    Returns the current body's topmargin-attribute of this document.
getTypeOf
in file JavaScript.class.php, method JavaScript::getTypeOf()
    Returns a function to inspect the type of a data.
getUnserialize
in file JavaScript.class.php, method JavaScript::getUnserialize()
    Returns a function to unserialize arrays like in php.
$gap
in file NewsTicker.class.php, variable NewsTicker::$gap
get
in file RunningClock.class.php, method RunningClock::get()
    Returns a generated string based on the attributes of this HTML-Object.
get
in file WebsiteNavigation.class.php, method WebsiteNavigation::get()
    Returns a generated string based on the attributes of this HTML-Object.
get
in file OverInfo.class.php, method OverInfo::get()
    Returns a generated string based on the attributes of this HTML-Object.
get
in file NewsTicker.class.php, method NewsTicker::get()
    Returns a generated string based on the attributes of this HTML-Object.
get
in file FTPUploadApplet.class.php, method FTPUploadApplet::get()
    Returns a generated string based on the attributes of this HTML-Object.
get
in file AlphabetFilter.class.php, method AlphabetFilter::get()
    Returns a generated string based on the attributes of this HTML-Object.
get
in file Frame.class.php, method Frame::get()
    Returns a generated string based on the attributes of this object.
top

h

$head
in file HTMLDocument.class.php, variable HTMLDocument::$head
$height
in file HTMLTable.class.php, variable HTMLTable::$height
    Stores the value of the height-attribute of this table.
$height
in file HTMLEmbed.class.php, variable HTMLEmbed::$height
    Stores the value of the height-attribute of this HTMLEmbed-object.
$height
in file HTMLLayer.class.php, variable HTMLLayer::$height
$height
in file ABSTDimensionObject.class.php, variable ABSTDimensionObject::$height
    Stores the value of the height-attribute of this image.
$href
in file HTMLLink.class.php, variable HTMLLink::$href
HTMLDocument.class.php
procedural page HTMLDocument.class.php
HTMLEmbed.class.php
procedural page HTMLEmbed.class.php
HTMLImage.class.php
procedural page HTMLImage.class.php
HTMLLayer.class.php
procedural page HTMLLayer.class.php
HTMLLink.class.php
procedural page HTMLLink.class.php
HTMLList.class.php
procedural page HTMLList.class.php
HTMLSpan.class.php
procedural page HTMLSpan.class.php
HTMLTable.class.php
procedural page HTMLTable.class.php
HTMLDocument
in file HTMLDocument.class.php, method HTMLDocument::HTMLDocument()
    Constructor.
HTMLDocument
in file HTMLDocument.class.php, class HTMLDocument
    Creating HTML-Documents
HTMLEmbed
in file HTMLEmbed.class.php, class HTMLEmbed
HTMLEmbed
in file HTMLEmbed.class.php, method HTMLEmbed::HTMLEmbed()
    Constructor
HTMLImage
in file HTMLImage.class.php, class HTMLImage
    Creating HTML-Images
HTMLImage
in file HTMLImage.class.php, method HTMLImage::HTMLImage()
    Constructor
HTMLLayer
in file HTMLLayer.class.php, class HTMLLayer
    A class to generate "<div>"-Layer.
HTMLLayer
in file HTMLLayer.class.php, method HTMLLayer::HTMLLayer()
    Constructor.
HTMLLink
in file HTMLLink.class.php, class HTMLLink
    Creating HTML-Tags
HTMLLink
in file HTMLLink.class.php, method HTMLLink::HTMLLink()
    Constructor.
HTMLList
in file HTMLList.class.php, method HTMLList::HTMLList()
    Constructor.
HTMLList
in file HTMLList.class.php, class HTMLList
    Create HTML-Lists
HTMLSpan
in file HTMLSpan.class.php, method HTMLSpan::HTMLSpan()
    Constructor.
HTMLSpan
in file HTMLSpan.class.php, class HTMLSpan
    A class to generate "<div>"-Layer.
HTMLTable
in file HTMLTable.class.php, class HTMLTable
    A very important class to generate HTML-tables. To keep a fast performance, this class is not purely object oriented. That means that the tabledatas are not objects - their information are stored in arrays.
HTMLTable
in file HTMLTable.class.php, method HTMLTable::HTMLTable()
    Constructor.
HTMLTag
in file ABSTHTMLTag.class.php, method ABSTHTMLTag::HTMLTag()
    The Constructor let the script die, cause this is an abstract class!
HTML_QUIRK_MODE
in file HTMLDocument.class.php, constant HTML_QUIRK_MODE
    Constant represents the quirk mode for html to the gilligan-framework.
HTML_STANDARD_MODE
in file HTMLDocument.class.php, constant HTML_STANDARD_MODE
    Constant represents the standard mode for html to the gilligan-framework.
$height
in file FTPUploadApplet.class.php, variable FTPUploadApplet::$height
    Stores the value of the height-attribute of this applet.
$hide_selects_on_over
in file OverInfo.class.php, variable OverInfo::$hide_selects_on_over
holdCentred
in file Frame.class.php, method Frame::holdCentred()
    Set the flag to hold the frame in the middle of the browser window.
top

i

$id
in file HTMLTable.class.php, variable HTMLTable::$id
    The id or name of this table.
$id
in file ABSTHTMLTag.class.php, variable ABSTHTMLTag::$id
    The value of the "id"-attribute of this item.
$id_arr
in file Stylesheet.class.php, variable Stylesheet::$id_arr
$include_doctype
in file HTMLDocument.class.php, variable HTMLDocument::$include_doctype
    Stores wether the doctype definition should include to the document or not.
idExists
in file HTMLTable.class.php, method HTMLTable::idExists()
    Stores all used ids and makes sure that every id in the document is unique. It should called in every get method of classes in the packages forms and html.
idExists
in file ABSTHTMLTag.class.php, method ABSTHTMLTag::idExists()
    Stores all used ids and makes sure that every id in the document is unique. It should called in every get method of classes in the packages forms and html.
top

j

JavaScript.class.php
procedural page JavaScript.class.php
JavaScript
in file JavaScript.class.php, class JavaScript
    Setting up javascripts.
$js
in file RunningClock.class.php, variable RunningClock::$js
top

k

$kind
in file HTMLList.class.php, variable HTMLList::$kind
$kind
in file HTMLEmbed.class.php, variable HTMLEmbed::$kind
top

l

$label
in file HTMLLink.class.php, variable HTMLLink::$label
$left
in file HTMLLayer.class.php, variable HTMLLayer::$left
$leftmargin
in file HTMLDocument.class.php, variable HTMLDocument::$leftmargin
    Stores the value of the leftmargin-attribute of the body-tag.
$list_arr
in file HTMLList.class.php, variable HTMLList::$list_arr
top

m

$marginheight
in file HTMLDocument.class.php, variable HTMLDocument::$marginheight
    Stores the value of the marginheight-attribute of the body-tag.
$marginwidth
in file HTMLDocument.class.php, variable HTMLDocument::$marginwidth
    Stores the value of the marginwidth-attribute of the body-tag.
$meta
in file HTMLDocument.class.php, variable HTMLDocument::$meta
$mime_type
in file MovieObject.class.php, variable MovieObject::$mime_type
$mime_type
in file HTMLEmbed.class.php, variable HTMLEmbed::$mime_type
$mode
in file HTMLDocument.class.php, variable HTMLDocument::$mode
    Class variable to switch the mode of the document between quirk and standard.
$mousemove
in file ABSTHTMLTag.class.php, variable ABSTHTMLTag::$mousemove
$mouseout
in file ABSTHTMLTag.class.php, variable ABSTHTMLTag::$mouseout
$mouseout_arr
in file HTMLList.class.php, variable HTMLList::$mouseout_arr
$mouseover
in file ABSTHTMLTag.class.php, variable ABSTHTMLTag::$mouseover
$mouseover_arr
in file HTMLList.class.php, variable HTMLList::$mouseover_arr
$mouseup
in file ABSTHTMLTag.class.php, variable ABSTHTMLTag::$mouseup
$mouseup_arr
in file HTMLList.class.php, variable HTMLList::$mouseup_arr
MovieObject.class.php
procedural page MovieObject.class.php
MPGObject.class.php
procedural page MPGObject.class.php
manageStaticMouseUp
in file HTMLLink.class.php, method HTMLLink::manageStaticMouseUp()
    Sets the mouseup that should add to all anker, that is defined in a script. It will concatenate befor the instance specified mouseup.
manageStaticParameterAdd
in file HTMLLink.class.php, method HTMLLink::manageStaticParameterAdd()
    Sets the parameter that should be add on each link by a javascript on mouseover. This is useful to carry a session-id through all scripts.
MovieObject
in file MovieObject.class.php, method MovieObject::MovieObject()
    The Constructor let the script die, cause this is an abstract class!
MovieObject
in file MovieObject.class.php, class MovieObject
MPGObject
in file MPGObject.class.php, method MPGObject::MPGObject()
    Constructor.
MPGObject
in file MPGObject.class.php, class MPGObject
$mode
in file FTPUploadApplet.class.php, variable FTPUploadApplet::$mode
    Stores the mode how to communicate.
$move_popup_with_mouse
in file OverInfo.class.php, variable OverInfo::$move_popup_with_mouse
top

n

$name
in file ABSTHTMLTag.class.php, variable ABSTHTMLTag::$name
    The value of the "name"-attribute of this item.
$noformat
in file HTMLLayer.class.php, variable HTMLLayer::$noformat
$noformat
in file HTMLDocument.class.php, variable HTMLDocument::$noformat
    Stores whether the document should be formatted by the PlainTextFormatter or not.
$no_format
in file ABSTHTMLTag.class.php, variable ABSTHTMLTag::$no_format
    Stores whether the HTML-elements should format by "\r\n" in the source.
$no_format
in file HTMLTable.class.php, variable HTMLTable::$no_format
    Stores whether the table should be formatted by the PlainTextFormatter or not.
$no_format_arr
in file HTMLTable.class.php, variable HTMLTable::$no_format_arr
    Stores whether a tabledata should be formatted by the PlainTextFormatter or not. This array carries two dimensions of boolean types. The first dimension stands for the rows of the table, the second one stands for the cols of the table.
$name_suffix
in file NewsTicker.class.php, variable NewsTicker::$name_suffix
NewsTicker.class.php
procedural page NewsTicker.class.php
NewsTicker
in file NewsTicker.class.php, method NewsTicker::NewsTicker()
    Constructor.
NewsTicker
in file NewsTicker.class.php, class NewsTicker
    A class to generate "<div>"-Layer-News-Ticker.
top

o

$onblur
in file HTMLDocument.class.php, variable HTMLDocument::$onblur
    Stores the javascript order that should execute when the browser leaves the document.
$onload
in file HTMLDocument.class.php, variable HTMLDocument::$onload
    Stores the javascript order that should execute when the browser loads the document.
$onresize
in file HTMLDocument.class.php, variable HTMLDocument::$onresize
    Stores the javascript order that should execute when the document will be resized.
$onscroll
in file HTMLDocument.class.php, variable HTMLDocument::$onscroll
    Stores the javascript order that should execute when the document will be scrolled.
$other_attributes
in file ABSTHTMLTag.class.php, variable ABSTHTMLTag::$other_attributes
    Can filled with attributes who where not a standard for this item-tag.
$over_src_set
in file HTMLImage.class.php, variable HTMLImage::$over_src_set
    The path of the source to the image on mouseover.
OverInfo.class.php
procedural page OverInfo.class.php
OverInfo
in file OverInfo.class.php, method OverInfo::OverInfo()
    Constructor.
OverInfo
in file OverInfo.class.php, class OverInfo
    A class to generate a "<div>"-layer which makes a second layer visible when the user goes over it with the mousecursor.
top

p

$param_arr
in file SWFObject.class.php, variable SWFObject::$param_arr
    Stores the parameters that should put into the swf.
$path
in file SWFObject.class.php, variable SWFObject::$path
    The path to the swf object.
$pluginspage
in file HTMLEmbed.class.php, variable HTMLEmbed::$pluginspage
    Stores the url of the plugin to play the embeded file.
$position
in file HTMLLayer.class.php, variable HTMLLayer::$position
$percentage_display
in file FTPUploadApplet.class.php, variable FTPUploadApplet::$percentage_display
    Stores whether the percentage display should be shown or not.
$pop_layer
in file OverInfo.class.php, variable OverInfo::$pop_layer
$progressbar_bgcolor
in file FTPUploadApplet.class.php, variable FTPUploadApplet::$progressbar_bgcolor
    Stores the background color of the progressbar in the applet.
$progressbar_fgcolor
in file FTPUploadApplet.class.php, variable FTPUploadApplet::$progressbar_fgcolor
    Stores the foreground color of the progressbar in the applet.
top

q

QuickTimeObject.class.php
procedural page QuickTimeObject.class.php
QuickTimeObject
in file QuickTimeObject.class.php, method QuickTimeObject::QuickTimeObject()
    Constructor.
QuickTimeObject
in file QuickTimeObject.class.php, class QuickTimeObject
top

r

$rowAttributes
in file HTMLTable.class.php, variable HTMLTable::$rowAttributes
    Stores the customized attributes of each table's row.
$rows
in file HTMLTable.class.php, variable HTMLTable::$rows
    Stores the rows count of this table.
$rowspanArr
in file HTMLTable.class.php, variable HTMLTable::$rowspanArr
    Stores the rowspan of each tabledata. This array carries two dimensions of integer types. The first dimension stands for the rows of the table, the second one stands for the cols of the table.
$refresh_rate
in file NewsTicker.class.php, variable NewsTicker::$refresh_rate
RunningClock.class.php
procedural page RunningClock.class.php
RunningClock
in file RunningClock.class.php, class RunningClock
    A class to generate a clock that refreshes every Second.
RunningClock
in file RunningClock.class.php, method RunningClock::RunningClock()
    Constructor.
top

s

$src
in file ABSTSourceObject.class.php, variable ABSTSourceObject::$src
    The path of the source to the image.
$str_autoplay
in file HTMLEmbed.class.php, variable HTMLEmbed::$str_autoplay
$str_autoplay
in file MovieObject.class.php, variable MovieObject::$str_autoplay
$str_media
in file Stylesheet.class.php, variable Stylesheet::$str_media
    Stores the type of media ...
$str_parameter_add_on_mouseover
in file HTMLLink.class.php, variable HTMLLink::$str_parameter_add_on_mouseover
$str_show_controller
in file MovieObject.class.php, variable MovieObject::$str_show_controller
$str_show_controller
in file HTMLEmbed.class.php, variable HTMLEmbed::$str_show_controller
$style
in file HTMLTable.class.php, variable HTMLTable::$style
    Stores the value of the class-attribute of this table
$style_class
in file ABSTHTMLTag.class.php, variable ABSTHTMLTag::$style_class
    The value of the "class"-attribute of this item.
$style_class_arr
in file HTMLList.class.php, variable HTMLList::$style_class_arr
Stylesheet.class.php
procedural page Stylesheet.class.php
SWFObject.class.php
procedural page SWFObject.class.php
setAlt
in file HTMLImage.class.php, method HTMLImage::setAlt()
    Sets the alt-attribute of this image.
setAlternative
in file SWFObject.class.php, method SWFObject::setAlternative()
    This function is an alias for setBody.
setArrayUniqueInsert
in file JavaScript.class.php, method JavaScript::setArrayUniqueInsert()
    Sets up a function to insert a record into an array only if the record does not already exists in the array.
setAttributes
in file ABSTHTMLTag.class.php, method ABSTHTMLTag::setAttributes()
    This method allows to set the attributes of the tag that are not handled by other methods.
setBackground
in file HTMLDocument.class.php, method HTMLDocument::setBackground()
    Sets the body's background-attribute of this document.
setBGColor
in file HTMLDocument.class.php, method HTMLDocument::setBGColor()
    Sets the body's bgcolor-attribute of this document.
setBGColor
in file HTMLLayer.class.php, method HTMLLayer::setBGColor()
    Sets the background color of this layer.
setBody
in file HTMLDocument.class.php, method HTMLDocument::setBody()
    Sets the body's content of this document.
setBody
in file HTMLLayer.class.php, method HTMLLayer::setBody()
    Sets the content of this layer.
setBorder
in file HTMLTable.class.php, method HTMLTable::setBorder()
    Sets the content of the border-attribute of the table-tag.
setBorder
in file HTMLImage.class.php, method HTMLImage::setBorder()
    Sets the border of this image.
setCellpadding
in file HTMLTable.class.php, method HTMLTable::setCellpadding()
    Sets the content of the cellpadding-attribute of the table-tag.
setCellspacing
in file HTMLTable.class.php, method HTMLTable::setCellspacing()
    Sets the content of the cellspacing-attribute of the table-tag.
setCellSpanRange
in file HTMLTable.class.php, method HTMLTable::setCellSpanRange()
    Sets the span of the cell at the given position.
setColAttributes
in file HTMLTable.class.php, method HTMLTable::setColAttributes()
    Changes the attributes of a given cell.
setCols
in file HTMLTable.class.php, method HTMLTable::setCols()
    Sets the number of cols this table should have. For example you want to set the table column by column, you simply have to increment the number of cols of this table by one after you set all rows of a col, and so on.
setDelay
in file SWFObject.class.php, method SWFObject::setDelay()
    Sets a delay for writing the object into the html-container. This can be used if a browser have problems with the display on a site refresh.
setEmpty
in file JavaScript.class.php, method JavaScript::setEmpty()
    Sets up a function to check if a given variable is empty. It has the same behavior like the function "empty" in php.
setFindPosX
in file JavaScript.class.php, method JavaScript::setFindPosX()
    Sets up a function to get the x-position of an html-element.
setFindPosY
in file JavaScript.class.php, method JavaScript::setFindPosY()
    Sets up a function to get the y-position of an html-element.
setFlashVersion
in file SWFObject.class.php, method SWFObject::setFlashVersion()
    This function sets the required version of the flash player. This method is an alias for setVersion( $int ).
setFreeStyle
in file HTMLTable.class.php, method HTMLTable::setFreeStyle()
    Set the value of style definitions that are not handled by implemented methods.
setFreeStyle
in file ABSTHTMLTag.class.php, method ABSTHTMLTag::setFreeStyle()
    Set the value of style definitions that are not handled by implemented methods.
setGetInnerWindowHeight
in file JavaScript.class.php, method JavaScript::setGetInnerWindowHeight()
    Sets up a function to get the value of the inner window height.
setGetInnerWindowWidth
in file JavaScript.class.php, method JavaScript::setGetInnerWindowWidth()
    Sets up a function to get the value of the inner window width.
setHead
in file HTMLDocument.class.php, method HTMLDocument::setHead()
    Sets the head of this document.
setHeight
in file HTMLLayer.class.php, method HTMLLayer::setHeight()
    Sets the height of this layer.
setHeight
in file HTMLEmbed.class.php, method HTMLEmbed::setHeight()
    Sets how the uploaded file should be named.
setHeight
in file ABSTDimensionObject.class.php, method ABSTDimensionObject::setHeight()
    Sets the height-attribute of this object.
setHeight
in file HTMLTable.class.php, method HTMLTable::setHeight()
    Sets the value of the height-attribute of the table-tag.
setHREF
in file HTMLLink.class.php, method HTMLLink::setHREF()
    Sets the value of the href-attribute of this link.
setId
in file HTMLTable.class.php, method HTMLTable::setId()
    Sets the content of the id-attribute of the table-tag.
setId
in file ABSTHTMLTag.class.php, method ABSTHTMLTag::setId()
    Stores the value of this item's "id"-attribute.
setInArray
in file JavaScript.class.php, method JavaScript::setInArray()
    Sets up a function to check if a given array contains the given value.
setInvisible
in file HTMLLayer.class.php, method HTMLLayer::setInvisible()
    Sets the visibility of this layer to visible.
setIsAncestorOf
in file JavaScript.class.php, method JavaScript::setIsAncestorOf()
    Sets up a function to check if a given HTML-element includes another HTML-element.
setKind
in file HTMLList.class.php, method HTMLList::setKind()
    Sets the the kind of this list ("ul" or "ol").
setLabel
in file HTMLLink.class.php, method HTMLLink::setLabel()
    Sets the label of this link.
setLeadingZeros
in file JavaScript.class.php, method JavaScript::setLeadingZeros()
    Sets up a function to fill a given string with zeros until it has the count of given length.
setLeft
in file HTMLLayer.class.php, method HTMLLayer::setLeft()
    Sets the left-position of this layer.
setLeftMargin
in file HTMLDocument.class.php, method HTMLDocument::setLeftMargin()
    Sets the body's leftmargin-attribute of this document.
setMarginHeight
in file HTMLDocument.class.php, method HTMLDocument::setMarginHeight()
    Sets the body's marginheight-attribute of this document.
setMarginWidth
in file HTMLDocument.class.php, method HTMLDocument::setMarginWidth()
    Sets the body's marginwidth-attribute of this document.
setMD5
in file JavaScript.class.php, method JavaScript::setMD5()
    Sets up a function to encode a string to md5.
setMedia
in file Stylesheet.class.php, method Stylesheet::setMedia()
    Sets the type of media to the stylesheet.
setMode
in file HTMLDocument.class.php, method HTMLDocument::setMode()
    Sets the mode of this document to quirk or standard. Preselect on method call with no entered parameter is the quirk mode, because preselect of the class-initiation is the standard mode.
setName
in file ABSTHTMLTag.class.php, method ABSTHTMLTag::setName()
    Stores the value of this tag's "name"-attribute.
setNoFormat
in file ABSTHTMLTag.class.php, method ABSTHTMLTag::setNoFormat()
    Stores that the HTML-elements should not format by "\r\n" in the source.
setNoFormat
in file HTMLTable.class.php, method HTMLTable::setNoFormat()
    Sets whether the table should format in the source by "\r\n" or not.
setNoFormat
in file HTMLDocument.class.php, method HTMLDocument::setNoFormat()
    Sets the behaviour of body's formatting. If noformat is set to true then the body will not be formatted by the plaintextformatter. Look at package CLASSPATH."core" at the class PlainTextFormatter for further information.
setNumberFormat
in file JavaScript.class.php, method JavaScript::setNumberFormat()
    Returns a function that has the same behaviour like the same named php-function.
setOnBlur
in file ABSTHTMLTag.class.php, method ABSTHTMLTag::setOnBlur()
    Sets the value of the blur-attribute of this html-tag.
setOnBlur
in file HTMLDocument.class.php, method HTMLDocument::setOnBlur()
    Sets the body's onblur-attribute of this document.
setOnClick
in file ABSTHTMLTag.class.php, method ABSTHTMLTag::setOnClick()
    Sets the value of the click-attribute of this html-tag.
setOnFocus
in file ABSTHTMLTag.class.php, method ABSTHTMLTag::setOnFocus()
    Sets the value of the focus-attribute of this html-tag.
setOnLoad
in file HTMLDocument.class.php, method HTMLDocument::setOnLoad()
    Sets the body's onload-attribute of this document.
setOnMouseMove
in file ABSTHTMLTag.class.php, method ABSTHTMLTag::setOnMouseMove()
    Sets the value of the mousemove-attribute of this html-tag.
setOnMouseOut
in file ABSTHTMLTag.class.php, method ABSTHTMLTag::setOnMouseOut()
    Sets the value of the mouseout-attribute of this html-tag.
setOnMouseOver
in file ABSTHTMLTag.class.php, method ABSTHTMLTag::setOnMouseOver()
    Sets the value of the mouseover-attribute of this html-tag.
setOnMouseUp
in file ABSTHTMLTag.class.php, method ABSTHTMLTag::setOnMouseUp()
    Sets the value of the mouseup-attribute of this html-tag.
setOnResize
in file HTMLDocument.class.php, method HTMLDocument::setOnResize()
    Sets the body's onresize-attribute of this document.
setOnScroll
in file HTMLDocument.class.php, method HTMLDocument::setOnScroll()
    Sets the body's onscroll-attribute of this document.
setOpenCentredWindow
in file JavaScript.class.php, method JavaScript::setOpenCentredWindow()
    Sets up a function to open a centred browser window.
setOverSRC
in file HTMLImage.class.php, method HTMLImage::setOverSRC()
    Sets the source of this image on mouseover.
setPluginspage
in file HTMLEmbed.class.php, method HTMLEmbed::setPluginspage()
    Sets the value of the attribute pluginspage of the embed-tag.
setPosition
in file HTMLLayer.class.php, method HTMLLayer::setPosition()
    Sets the behaviour of the position of this layer.
setRows
in file HTMLTable.class.php, method HTMLTable::setRows()
    Sets the number of rows this table should have. This makes only sense if you want to put out a table without any content.
setSerialize
in file JavaScript.class.php, method JavaScript::setSerialize()
    Sets up a function to serialize arrays like in php.
setSRC
in file HTMLImage.class.php, method HTMLImage::setSRC()
    Sets the source of this image.
setSRC
in file ABSTSourceObject.class.php, method ABSTSourceObject::setSRC()
    Sets the source of this image.
setStateStyle
in file JavaScript.class.php, method JavaScript::setStateStyle()
    incomplete.
setStrRepeat
in file JavaScript.class.php, method JavaScript::setStrRepeat()
    Sets up a function to repeat a given string given times. It has the same behavior like the function "str_repeat" in php.
setStyle
in file HTMLTable.class.php, method HTMLTable::setStyle()
    Sets the content of the class-attribute of the table-tag.
setStyle
in file ABSTHTMLTag.class.php, method ABSTHTMLTag::setStyle()
    Set the value of the class-attribute of this tag.
setSwapStyle
in file JavaScript.class.php, method JavaScript::setSwapStyle()
    incomplete.
setTarget
in file HTMLLink.class.php, method HTMLLink::setTarget()
    Sets the target of this link.
setText
in file HTMLDocument.class.php, method HTMLDocument::setText()
    Sets the body's text-attribute of this document.
setTitle
in file HTMLImage.class.php, method HTMLImage::setTitle()
    Sets the title-attribute of this image.
setTitle
in file HTMLDocument.class.php, method HTMLDocument::setTitle()
    Sets the title of this document.
setTop
in file HTMLLayer.class.php, method HTMLLayer::setTop()
    Sets the top-position of this layer.
setTopMargin
in file HTMLDocument.class.php, method HTMLDocument::setTopMargin()
    Sets the body's topmargin-attribute of this document.
setTypeOf
in file JavaScript.class.php, method JavaScript::setTypeOf()
    Sets up a function to inspect the type of data.
setUnserialize
in file JavaScript.class.php, method JavaScript::setUnserialize()
    Sets up a function to unserialize arrays like in php.
setVersion
in file SWFObject.class.php, method SWFObject::setVersion()
    This function sets the required version of the flash player.
setVisible
in file HTMLLayer.class.php, method HTMLLayer::setVisible()
    Sets the visibility of this layer to visible.
setWidth
in file HTMLLayer.class.php, method HTMLLayer::setWidth()
    Sets the width of this layer.
setWidth
in file HTMLTable.class.php, method HTMLTable::setWidth()
    Sets the value of the width-attribute of the table-tag.
setWidth
in file HTMLEmbed.class.php, method HTMLEmbed::setWidth()
    Sets how the uploaded file should be named.
setWidth
in file ABSTDimensionObject.class.php, method ABSTDimensionObject::setWidth()
    Sets the width-attribute of this object.
setZIndex
in file HTMLLayer.class.php, method HTMLLayer::setZIndex()
    Sets the depth of this layer.
Stylesheet
in file Stylesheet.class.php, class Stylesheet
Stylesheet
in file Stylesheet.class.php, method Stylesheet::Stylesheet()
    The constructor can be used to set the first stylesheet-class.
SWFObject
in file SWFObject.class.php, method SWFObject::SWFObject()
    Constructor.
SWFObject
in file SWFObject.class.php, class SWFObject
$send_bt_label
in file FTPUploadApplet.class.php, variable FTPUploadApplet::$send_bt_label
    The label of the button for sending the selected file.
$step_width
in file NewsTicker.class.php, variable NewsTicker::$step_width
$str_alphabet
in file AlphabetFilter.class.php, variable AlphabetFilter::$str_alphabet
$str_before_each_Label
in file AlphabetFilter.class.php, variable AlphabetFilter::$str_before_each_Label
$str_behind_each_Label
in file AlphabetFilter.class.php, variable AlphabetFilter::$str_behind_each_Label
$str_href
in file AlphabetFilter.class.php, variable AlphabetFilter::$str_href
$str_style_on_mouseover_arr
in file WebsiteNavigation.class.php, variable WebsiteNavigation::$str_style_on_mouseover_arr
$str_style_on_mouseup_arr
in file WebsiteNavigation.class.php, variable WebsiteNavigation::$str_style_on_mouseup_arr
$str_value_arr
in file WebsiteNavigation.class.php, variable WebsiteNavigation::$str_value_arr
setAutoZIndex
in file OverInfo.class.php, method OverInfo::setAutoZIndex()
    Stores the popup layer of this OverInfo to the next z-index.
setBodyBGColor
in file Frame.class.php, method Frame::setBodyBGColor()
    Sets the background color of the body layer.
setBodyFreeStyle
in file Frame.class.php, method Frame::setBodyFreeStyle()
    Set the value of style definitions in the body layer that are not handled by implemented methods.
setBodyHeight
in file Frame.class.php, method Frame::setBodyHeight()
    Sets the height of this body layer.
setBrowseButtonLabel
in file FTPUploadApplet.class.php, method FTPUploadApplet::setBrowseButtonLabel()
    Sets the string to act as label for the browse-button.
setGap
in file NewsTicker.class.php, method NewsTicker::setGap()
    Stores the gap between the two text-<div> of the ticker.
setGapBetweenText
in file NewsTicker.class.php, method NewsTicker::setGapBetweenText()
    Stores the gap between the two text-<div> of the ticker. This function is an alias for the function setGap().
setGlobalJavaScript
in file OverInfo.class.php, method OverInfo::setGlobalJavaScript()
    Stores the needed javascript to output in the head of html-document.
setHeight
in file FTPUploadApplet.class.php, method FTPUploadApplet::setHeight()
    Sets how the uploaded file should be named.
setHeight
in file NewsTicker.class.php, method NewsTicker::setHeight()
    Stores the height of the ticker.
setId
in file NewsTicker.class.php, method NewsTicker::setId()
    Stores the value of this item's "id"-attribute with the suffix "tickerlayout_".
setMarkedValue
in file WebsiteNavigation.class.php, method WebsiteNavigation::setMarkedValue()
    Sets the style of the a list item identified by his given value.
setMarkedValue
in file AlphabetFilter.class.php, method AlphabetFilter::setMarkedValue()
    Sets the style of the a list item identified by his given value.
setMode
in file FTPUploadApplet.class.php, method FTPUploadApplet::setMode()
    Stets the connection mode (PASV or ACTIVE)
setName
in file NewsTicker.class.php, method NewsTicker::setName()
    Stores the value of this tag's "name"-attribute with the suffix "tickerlayout_".
setRefreshRate
in file NewsTicker.class.php, method NewsTicker::setRefreshRate()
    Stores the period in milliseconds between the refreshes of the ticker.
setSelectedValue
in file WebsiteNavigation.class.php, method WebsiteNavigation::setSelectedValue()
    Sets the style of the a list item identified by his given value. This function is an alias for the function setMarkedValue.
setSendButtonLabel
in file FTPUploadApplet.class.php, method FTPUploadApplet::setSendButtonLabel()
    Sets the string to act as label for the send-button.
setShouldZipped
in file FTPUploadApplet.class.php, method FTPUploadApplet::setShouldZipped()
    Sets whether the file should zipped before upload.
setStepWidth
in file NewsTicker.class.php, method NewsTicker::setStepWidth()
    Stores the step width in pixel per each refresh of the ticker.
setStringBeforeLabel
in file AlphabetFilter.class.php, method AlphabetFilter::setStringBeforeLabel()
    Sets the string that should concate in front of the label string.
setStringBehindLabel
in file AlphabetFilter.class.php, method AlphabetFilter::setStringBehindLabel()
    Sets the string that should concate behind the label string.
setStyleOnMouseOver
in file WebsiteNavigation.class.php, method WebsiteNavigation::setStyleOnMouseOver()
    Sets the style that should be used on mouseover for each element.
setStyleOnMouseUp
in file WebsiteNavigation.class.php, method WebsiteNavigation::setStyleOnMouseUp()
    Sets the style that should be used on mouseup for each element.
setTargetAfterUpload
in file FTPUploadApplet.class.php, method FTPUploadApplet::setTargetAfterUpload()
    Sets the target url to retrieve after the selectedfile is uploaded.
setTargetFilename
in file FTPUploadApplet.class.php, method FTPUploadApplet::setTargetFilename()
    Sets how the uploaded file should be named.
setTargetPath
in file FTPUploadApplet.class.php, method FTPUploadApplet::setTargetPath()
    Sets where to put the files to upload. The path has to have an ending slash.
setText
in file NewsTicker.class.php, method NewsTicker::setText()
    Stores the text of this ticker text.
setTitleBGColor
in file Frame.class.php, method Frame::setTitleBGColor()
    Sets the background color of the title layer.
setTitleFreeStyle
in file Frame.class.php, method Frame::setTitleFreeStyle()
    Set the value of style definitions in the title layer that are not handled by implemented methods.
setTitleHeight
in file Frame.class.php, method Frame::setTitleHeight()
    Sets the height of this title layer.
setWidth
in file NewsTicker.class.php, method NewsTicker::setWidth()
    Stores the width of the ticker.
setWidth
in file FTPUploadApplet.class.php, method FTPUploadApplet::setWidth()
    Sets how the uploaded file should be named.
setZipFilename
in file FTPUploadApplet.class.php, method FTPUploadApplet::setZipFilename()
    Use this only if you want to upload the file AND generate separatly a zip archive of the file. If you only want to get the file to upload zipped, then it is effectual to give only the target filename.
setZipPath
in file FTPUploadApplet.class.php, method FTPUploadApplet::setZipPath()
    Use this only if you want to upload the file AND generate separatly a zip archive of the file. If you only want to get the file to upload zipped in the target folder of the file, then it is effectual to give only the target path.
top

t

$tableAttributes
in file HTMLTable.class.php, variable HTMLTable::$tableAttributes
    Stores the customized attributes of this table.
$tag_arr
in file Stylesheet.class.php, variable Stylesheet::$tag_arr
$target
in file HTMLLink.class.php, variable HTMLLink::$target
$text
in file HTMLDocument.class.php, variable HTMLDocument::$text
    Stores the value of the text-attribute of the body-tag.
$title
in file HTMLImage.class.php, variable HTMLImage::$title
    The title-attribute of the image-tag.
$title
in file HTMLDocument.class.php, variable HTMLDocument::$title
    The title of this document.
$top
in file HTMLLayer.class.php, variable HTMLLayer::$top
$topmargin
in file HTMLDocument.class.php, variable HTMLDocument::$topmargin
    Stores the value of the topmargin-attribute of the body-tag.
$target_filename
in file FTPUploadApplet.class.php, variable FTPUploadApplet::$target_filename
    Stores the filename for uploaded file.
$target_href_after_upload
in file FTPUploadApplet.class.php, variable FTPUploadApplet::$target_href_after_upload
    Stores the target url to retrieve after the selectedfile is uploaded.
$target_path
in file FTPUploadApplet.class.php, variable FTPUploadApplet::$target_path
    Stores the target path for uploaded files. Must have an ending slash.
$ticker_text
in file NewsTicker.class.php, variable NewsTicker::$ticker_text
$title_layer
in file Frame.class.php, variable Frame::$title_layer
top

u

$use_marquee
in file NewsTicker.class.php, variable NewsTicker::$use_marquee
top

v

$variable_arr
in file SWFObject.class.php, variable SWFObject::$variable_arr
    Stores the variables that should put into the swf.
$version
in file HTMLDocument.class.php, variable HTMLDocument::$version
    Standard is 4.01.
$visible
in file HTMLLayer.class.php, variable HTMLLayer::$visible
top

w

$width
in file ABSTDimensionObject.class.php, variable ABSTDimensionObject::$width
    Stores the value of the width-attribute of this dimension Object.
$width
in file HTMLLayer.class.php, variable HTMLLayer::$width
$width
in file HTMLTable.class.php, variable HTMLTable::$width
    Stores the value of the width-attribute of this table.
$width
in file HTMLEmbed.class.php, variable HTMLEmbed::$width
    Stores the value of the width-attribute of this HTMLEmbed-object.
WMVObject.class.php
procedural page WMVObject.class.php
WMVObject
in file WMVObject.class.php, method WMVObject::WMVObject()
    Constructor.
WMVObject
in file WMVObject.class.php, class WMVObject
$width
in file FTPUploadApplet.class.php, variable FTPUploadApplet::$width
    Stores the value of the width-attribute of this applet.
$write_to_doc_directly
in file OverInfo.class.php, variable OverInfo::$write_to_doc_directly
WebsiteNavigation.class.php
procedural page WebsiteNavigation.class.php
WebsiteNavigation
in file WebsiteNavigation.class.php, class WebsiteNavigation
    A class to generate the navigation of a website.
WebsiteNavigation
in file WebsiteNavigation.class.php, method WebsiteNavigation::WebsiteNavigation()
    Constructor.
writeToDocumentDirectly
in file OverInfo.class.php, method OverInfo::writeToDocumentDirectly()
    Order that the div-tag (popup layer) should be written directly to the body; otherwise the div-tag will be written onload-event of the body-tag.
top

x

$x_margin_to_cursor
in file OverInfo.class.php, variable OverInfo::$x_margin_to_cursor
top

y

$y_margin_to_cursor
in file OverInfo.class.php, variable OverInfo::$y_margin_to_cursor
top

z

$z_index
in file HTMLLayer.class.php, variable HTMLLayer::$z_index
$zip_filename
in file FTPUploadApplet.class.php, variable FTPUploadApplet::$zip_filename
    Stores the filename of the target zip archive.
$zip_it
in file FTPUploadApplet.class.php, variable FTPUploadApplet::$zip_it
    Stores whether the file should zipped before upload.
$zip_path
in file FTPUploadApplet.class.php, variable FTPUploadApplet::$zip_path
    Stores the path to the target zip archive.
top

Documentation generated on Thu, 05 Jun 2008 19:09:35 +0200 by phpDocumentor 1.4.1