RT object (Object/HTML)

This is the ruby text associated with a RUBY object.

Availability:

JScript - 5.0
Internet Explorer - 5.0
Inherits from:Element object
JavaScript syntax:IEmyRT = myDocument.all.anElementID
IEmyRT = myDocument.all.tags("RT")[anIndex]
IEmyRT = myDocument.all[aName]
-myRT = myDocument.getElementById(anElementID)
-myRT = myDocument.getElementsByName(aName)[anIndex]
-myRT = myDocument.getElementsByTagName("RT")[anIndex]
Argument list:anIndexA reference to an element in a collection
aNameAn associative array reference
anElementIDThe ID value of an Element object
Collections:all[], attributes[], childNodes[], children[], filters[]

See also:RUBY object, style.rubyAlign, style.rubyOverhang, style.rubyPosition

Inheritance chain:

Element object, Node object

Refer to:

Element object