RmlDocument
Hierarchy
- RmlElement
- RmlDocument
Index
Constructors
Properties
- absoluteLeft
- absoluteOffset
- absoluteTop
- baseline
- body
- childCount
- childNodes
- clientHeight
- clientLeft
- clientTop
- clientWidth
- containingBlock
- firstChild
- focusedElement
- hasChildren
- id
- innerRML
- isModal
- isOwned
- isRemote
- isVisible
- lastChild
- nextSibling
- offsetHeight
- offsetLeft
- offsetTop
- offsetWidth
- ownerDocument
- parent
- previousSibling
- refCount
- relativeOffset
- remoteID
- rmlId
- scrollHeight
- scrollLeft
- scrollTop
- scrollWidth
- sourceUrl
- style
- tagName
- title
- type
- valid
- zIndex
Methods
- addClass
- addPseudoClass
- appendChild
- blur
- click
- closest
- createElement
- createTextNode
- deleteMeta
- destroy
- focus
- getAttribute
- getAttributes
- getClassList
- getElementByID
- getElementsByClassName
- getElementsByTagName
- getEventListeners
- getLocalProperty
- getMeta
- getMetaDataKeys
- getProperty
- getPropertyAbsoluteValue
- getPseudoClassList
- getSyncedMeta
- getSyncedMetaKeys
- hasAttribute
- hasClass
- hasLocalProperty
- hasMeta
- hasProperty
- hasPseudoClass
- hasSyncedMeta
- hide
- insertBefore
- isPointWithinElement
- off
- on
- querySelector
- querySelectorAll
- removeAttribute
- removeChild
- removeClass
- removeProperty
- removePseudoClass
- replaceChild
- scrollIntoView
- setAttribute
- setMeta
- setOffset
- setProperty
- show
- update
- getByID
- getByRemoteID
Constructors
constructor
Properties
publicreadonlyabsoluteLeft
publicreadonlyabsoluteOffset
publicreadonlyabsoluteTop
publicreadonlybaseline
publicreadonlybody
publicreadonlychildCount
publicreadonlychildNodes
publicreadonlyclientHeight
publicreadonlyclientLeft
publicreadonlyclientTop
publicreadonlyclientWidth
publicreadonlycontainingBlock
publicreadonlyfirstChild
publicreadonlyfocusedElement
publicreadonlyhasChildren
publicreadonlyid
publicinnerRML
publicreadonlyisModal
publicreadonlyisOwned
publicreadonlyisRemote
publicreadonlyisVisible
publicreadonlylastChild
publicreadonlynextSibling
publicreadonlyoffsetHeight
publicreadonlyoffsetLeft
publicreadonlyoffsetTop
publicreadonlyoffsetWidth
publicreadonlyownerDocument
publicreadonlyparent
publicreadonlypreviousSibling
publicreadonlyrefCount
Returns the ref count of the entity.
publicreadonlyrelativeOffset
publicreadonlyremoteID
The serverside id of this entity.
publicrmlId
publicreadonlyscrollHeight
publicscrollLeft
publicscrollTop
publicreadonlyscrollWidth
publicreadonlysourceUrl
publicstyle
publicreadonlytagName
publictitle
publicreadonlytype
Type of the object.
publicreadonlyvalid
Object usability.
publicreadonlyzIndex
Methods
publicaddClass
publicaddPseudoClass
publicappendChild
publicblur
publicclick
publicclosest
publiccreateElement
publiccreateTextNode
publicdeleteMeta
publicdestroy
Removes the object from the world.
publicfocus
publicgetAttribute
publicgetAttributes
publicgetClassList
publicgetElementByID
publicgetElementsByClassName
publicgetElementsByTagName
publicgetEventListeners
publicgetLocalProperty
publicgetMeta
Type parameters
- K: string
publicgetMetaDataKeys
publicgetProperty
publicgetPropertyAbsoluteValue
publicgetPseudoClassList
publicgetSyncedMeta
Gets a value using the specified key.
Type parameters
- K: string
publicgetSyncedMetaKeys
publichasAttribute
publichasClass
publichasLocalProperty
publichasMeta
publichasProperty
publichasPseudoClass
publichasSyncedMeta
Determines whether contains the specified key.
publichide
publicinsertBefore
publicisPointWithinElement
publicoff
publicon
publicquerySelector
publicquerySelectorAll
publicremoveAttribute
publicremoveChild
publicremoveClass
publicremoveProperty
publicremovePseudoClass
publicreplaceChild
publicscrollIntoView
publicsetAttribute
publicsetMeta
Type parameters
- K: string
publicsetOffset
publicsetProperty
publicshow
publicupdate
publicstaticgetByID
Retrieves the rmldocument from the pool.
Whether this entity was created clientside or serverside. (Clientside = false, Serverside = true).