CKEDITOR.dom.rect
classabstract
Virtual class that illustrates the CKEDITOR.dom.element DOM rectangle (dimensions and coordinates of the area that the element occupies on the page).
Filtering
Properties
bottom : NumberCKEDITOR.dom.rect#bottomheight : NumberCKEDITOR.dom.rect#heightElement's height.
left : NumberCKEDITOR.dom.rect#leftElement's offset from the viewport's left edge.
right : NumberCKEDITOR.dom.rect#righttop : NumberCKEDITOR.dom.rect#topElement's offset from the viewport's top edge.
width : NumberCKEDITOR.dom.rect#widthElement's width.
x : NumberCKEDITOR.dom.rect#xElement's offset from the viewport's left edge.
This property is not available in Internet Explorer or Edge.
y : NumberCKEDITOR.dom.rect#yElement's offset from the viewport's top edge.
This property is not available in Internet Explorer or Edge.