RmlElement
Hierarchy
- BaseObject
- RmlElement
Index
Properties
- absoluteLeft
- absoluteOffset
- absoluteTop
- baseline
- childCount
- childNodes
- clientHeight
- clientLeft
- clientTop
- clientWidth
- containingBlock
- firstChild
- focusedElement
- hasChildren
- id
- innerRML
- isOwned
- isRemote
- isVisible
- lastChild
- nextSibling
- offsetHeight
- offsetLeft
- offsetTop
- offsetWidth
- ownerDocument
- parent
- previousSibling
- refCount
- relativeOffset
- remoteID
- rmlId
- scrollHeight
- scrollLeft
- scrollTop
- scrollWidth
- style
- tagName
- type
- valid
- zIndex
Methods
- addClass
- addPseudoClass
- appendChild
- blur
- click
- closest
- 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
- insertBefore
- isPointWithinElement
- off
- on
- querySelector
- querySelectorAll
- removeAttribute
- removeChild
- removeClass
- removeProperty
- removePseudoClass
- replaceChild
- scrollIntoView
- setAttribute
- setMeta
- setOffset
- setProperty
- getByID
- getByRemoteID
Properties
publicreadonlyabsoluteLeft
publicreadonlyabsoluteOffset
publicreadonlyabsoluteTop
publicreadonlybaseline
publicreadonlychildCount
publicreadonlychildNodes
publicreadonlyclientHeight
publicreadonlyclientLeft
publicreadonlyclientTop
publicreadonlyclientWidth
publicreadonlycontainingBlock
publicreadonlyfirstChild
publicreadonlyfocusedElement
publicreadonlyhasChildren
publicreadonlyid
publicinnerRML
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
publicstyle
publicreadonlytagName
publicreadonlytype
Type of the object.
publicreadonlyvalid
Object usability.
publicreadonlyzIndex
Methods
publicaddClass
publicaddPseudoClass
publicappendChild
publicblur
publicclick
publicclosest
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.
publicinsertBefore
publicisPointWithinElement
publicoff
publicon
publicquerySelector
publicquerySelectorAll
publicremoveAttribute
publicremoveChild
publicremoveClass
publicremoveProperty
publicremovePseudoClass
publicreplaceChild
publicscrollIntoView
publicsetAttribute
publicsetMeta
Type parameters
- K: string
publicsetOffset
publicsetProperty
publicstaticgetByID
Gets the base object with the given type and local id
Whether this entity was created clientside or serverside. (Clientside = false, Serverside = true).