CKEDITOR.dom.rect
class
abstract
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 : Number
CKEDITOR.dom.rect#bottom
-
height : Number
CKEDITOR.dom.rect#height
Element's height.
-
left : Number
CKEDITOR.dom.rect#left
Element's offset from the viewport's left edge.
-
right : Number
CKEDITOR.dom.rect#right
-
top : Number
CKEDITOR.dom.rect#top
Element's offset from the viewport's top edge.
-
width : Number
CKEDITOR.dom.rect#width
Element's width.
-
x : Number
CKEDITOR.dom.rect#x
Element's offset from the viewport's left edge.
This property is not available in Internet Explorer or Edge.
-
y : Number
CKEDITOR.dom.rect#y
Element's offset from the viewport's top edge.
This property is not available in Internet Explorer or Edge.