PlainText

The plainText object reflects the funcitonality of the Html PLAINTEXT element, which is used to preszent text as is within your source code. No code within the text will be rendered by the browser.

DOM Reference

Internet Explorer

window.document.all.elementID

The properties of the PlainText 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 PlainText object are:

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

The Collections and Arrays for the PlainText object are:

all [ ]
children [ ]
filters [ ]

The Event Handlers for the PlainText object are:

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