📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
e-ticaretv3.demodesign.com.tr
/
yonetim
/
ckeditor
/
core
/
dom
📝
rect.js
← Geri Dön
/** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /** * @fileOverview Defines the "virtual" {@link CKEDITOR.dom.rect} class * that contains the definition of the element's DOM rectangle. This file is for * documentation purposes only. */ /** * Virtual class that illustrates the {@link CKEDITOR.dom.element} DOM rectangle (dimensions and coordinates * of the area that the element occupies on the page). * * @class CKEDITOR.dom.rect * @abstract */ /** * Element's offset from the viewport's top edge. * * @property {Number} top */ /** * Element's bottom edge offset from the viewport's top edge. * * This value is the same as the {@link CKEDITOR.dom.rect#top} value plus the {@link CKEDITOR.dom.rect#height} value. * * @property {Number} bottom */ /** * Element's offset from the viewport's left edge. * * @property {Number} left */ /** * Element's right edge offset from the viewport's left edge. * * This value is the same as the {@link CKEDITOR.dom.rect#left} value plus the {@link CKEDITOR.dom.rect#width} value. * * @property {Number} right */ /** * Element's height. * * @property {Number} height */ /** * Element's width. * * @property {Number} width */ /** * Element's offset from the viewport's left edge. * * This property is not available in Internet Explorer or Edge. * * @property {Number} x */ /** * Element's offset from the viewport's top edge. * * This property is not available in Internet Explorer or Edge. * * @property {Number} y */
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula