AnonSec Shell
Server IP : 54.36.91.62  /  Your IP : 216.73.216.208
Web Server : Apache
System : Linux webm013.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User : coopiak ( 151928)
PHP Version : 8.3.23
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/coopiak/amisdesseniors-fr/aix/media/com_jce/editor/tinymce/themes/modern/src/ui/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/coopiak/amisdesseniors-fr/aix/media/com_jce/editor/tinymce/themes/modern/src/ui/Resize.js
/* jce - 2.9.90-beta4 | 2025-07-15 | https://www.joomlacontenteditor.net | Source: https://github.com/widgetfactory/jce | Copyright (C) 2006 - 2025 Ryan Demmer. All rights reserved | GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html */
import Events from "../api/Events";

import * as Settings from "../api/Settings";

var DOMUtils = tinymce.dom.DOMUtils, DOM = DOMUtils.DOM, getSize = function(elm) {
    return {
        width: elm.clientWidth,
        height: elm.clientHeight
    };
}, resizeTo = function(editor, width, height) {
    var containerElm = editor.getContainer(), iframeElm = editor.getContentAreaContainer().firstChild, containerSize = getSize(containerElm), iframeSize = getSize(iframeElm);
    null !== width && (width = Math.max(Settings.getMinWidth(editor), width), width = Math.min(Settings.getMaxWidth(editor), width), 
    DOM.setStyle(containerElm, "width", width + (containerSize.width - iframeSize.width))), 
    height = Math.max(Settings.getMinHeight(editor), height), height = Math.min(Settings.getMaxHeight(editor), height), 
    DOM.setStyle(iframeElm, "height", height), Events.fireResizeEditor(editor);
}, resizeBy = function(editor, dw, dh) {
    var elm = editor.getContentAreaContainer();
    resizeTo(editor, elm.clientWidth + dw, elm.clientHeight + dh);
};

export default {
    resizeTo: resizeTo,
    resizeBy: resizeBy
};

Anon7 - 2022
AnonSec Team