File/html-defs.php

Description
Classes
Class Description
 class HTMLtag A renderable tag of some kind. Basically a tag is a language construct designed to render at least an identifying name and a value. More specific variants might add other properties, and control the way the tag is actually rendered.
 class StylableObject StylableObject This is a virtual class representing something which can have its look changed by applying styles and/or classnames to it.
 class HTMLObject An HTMLObject is any object which will be rendered in HTML according to the basic syntax defined for HTML.
 class tablecell tablecell
 class table Table.
 class matrix A matrix is a table with no colspans or rowspans. It is an N x M
 class anchor [A] - The anchor tag, otheriwse know as a clickable link.
 class hr [HR] - Horizontal Rule
 class ol [OL] - Ordered list
 class ul [UL] - Unordered list
 class vl [VL] - Vanilla list (suppressed markers)
 class img [IMG] - The img class. This is an object which renders the img tag.
 class embed Deprecated embed Object (HTML3.2) This object supports the older embed tag used to embed objects into HTML pages. for backward compatibility. In reality there is still a lot of mileage left in this tag.
 class EmbeddedObject Object
 class FlashObject Macromedia Shockwave/Flash Object
 class MediaObject Generic Multimedia Object
 class DocumentObject Document Object
Constants
APPEND_SCRIPT = 1 (line 39)

Mode of adding scripts - append to existing

AUTOSTART = true (line 3800)

Used to indicate sound should start playing on load

FLASH_CLSID = "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" (line 3682)

Macromedia Flash Windows CLASS ID

FLASH_CODEBASE = "http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" (line 3684)

Macromedia Flash Codebase - where to download the player

FLASH_MIMETYPE = "application/x-shockwave-flash" (line 3688)

Macromedia Flash MimeType

FLASH_PLUGINSPAGE = "http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" (line 3686)

Macromedia Flash Plugins plage - support for other platforms

HIDDEN = true (line 3804)

Used to hide the object control

LOOP = true (line 3802)

Used to indicate sound should loop indefinitely

SCRIPT_REPLACE = (line 36)

Mode of adding scripts - replace existing with new

WM_CLSID = "CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" (line 3792)

Windows Media Player CLASS ID

WM_CODEBASE = "http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112" (line 3794)

Windows Media Player Codebase - where to download the player

WM_MIMETYPE = "application/x-mplayer2" (line 3798)

Windows Media Player - MimeType

WM_PLUGINSPAGE = "http://www.microsoft.com/Windows/MediaPlayer/" (line 3796)

Windows Media Player - General plugins page for other platforms

Documentation generated by phpDocumentor 1.3.0RC3