21.94Class ObjectAttribs

Class ObjectAttribs from \
                 AllAttribs()
Properties
archivespace-separated list of URIs
classididentifies an implementation
codebasebase URI for classid, data, archive
codetypecontent type for code
datareference to object's data
declaredeclare but don't instantiate flag. Set to "declare" to enable
heightoverride height
namesubmit as part of form
standbymessage to show while loading
tabindexposition in tabbing order
typecontent type for data
usemapuse client-side image map
widthoverride width
Properties inherited from class CoreAttribs
CLASSSpecifies a classname for an element. Will be rendered as "class"
dirSpecifies the text direction for the content in an element
idSpecifies a unique id for an element
styleSpecifies a language code for the content in an element
titleSpecifies extra information about an element
Properties inherited from class I18nAttribs
langSpecifies a language code for the content in an element
xml__langSpecifies a language code for the content in an element, in XHTML documents
Properties inherited from class EventAttribs
onclickScript to be run on a mouse click
ondblclickScript to be run on a mouse double-click
onkeydownScript to be run when a key is pressed
onkeypressScript to be run when a key is pressed and released
onkeyupScript to be run when a key is released
onloadScript to be run when a document load
onmousedownScript to be run when mouse button is pressed
onmousemoveScript to be run when mouse pointer moves
onmouseoutScript to be run when mouse pointer moves out of an element
onmouseoverScript to be run when mouse pointer moves over an element
onmouseupScript to be run when mouse button is released
onunloadScript to be run when a document unload
Methods inherited from class AttribsBase
toStringrender the attributes

Properties

archive

space-separated list of URIs

classid

identifies an implementation

codebase

base URI for classid, data, archive

codetype

content type for code

data

reference to object's data

declare

declare but don't instantiate flag. Set to "declare" to enable

height

override height

name

submit as part of form

standby

message to show while loading

tabindex

position in tabbing order

type

content type for data

usemap

use client-side image map

width

override width

Made with http://www.falconpl.org