Listing

This object reflects the funcitonality of the Html LISTING element, which is used to encapsulate text, rendering it as it appears in the source code, honouring any whitespace or carriage returns within the text. It has been deprecated in the Html 4 specifications, replaced by the PRE element. It is recommended you use the PRE tag instead.

DOM Reference

Internet Explorer

window.document.all.elementID

The properties of the Listing object are:

className
document
id
innerHtml
innerText
isTextEdit
lang
language
offsetHeight
offsetLeft
offsetParent
offsetTop
offsetWidth
outerHtml
outerText
parentElement
parentTextEdit
sourceIndex
style
tagName
title

The Methods of the Listing object are:

click()
contains()
getAttribute()
insertAdjacentHtml()
insertAdjacentText()
removeAttribute()
scrollIntoView()
setAttribute()

The Collections and Arrays for the Listing object are:

all [ ]
children [ ]
filters [ ]

The Event Handlers for the Listing object are:

onClick
onDblClick
onDragStart
onFilterChange
onHelp
onKeyDown
onKeyPress
onKeyUp
onMouseDown
onMouseMove
onMouseOut
onMouseOver
onMouseUp
onSelectStart