PHP Classes

File: assets/js/ckeditor/imagebrowser/plugin.js

Recommend this page to a friend!
  Classes of Gabriel Alejandro López López   Yii2 Website Module   assets/js/ckeditor/imagebrowser/plugin.js   Download  
File: assets/js/ckeditor/imagebrowser/plugin.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Yii2 Website Module
Add a content page management system to a site
Author: By
Last change:
Date: 1 month ago
Size: 438 bytes
 

Contents

Class file image Download
CKEDITOR.plugins.add('imagebrowser', { "init": function (editor) { if (typeof(editor.config.imageBrowser_listUrl) === 'undefined' || editor.config.imageBrowser_listUrl === null) { return; } editor.config.filebrowserImageBrowseUrl = editor.config.imageBrowser_pluginPath + "/js/ckeditor/imagebrowser/browser/browser.html?listUrl=" + encodeURIComponent(editor.config.imageBrowser_listUrl); } });