PHP 8.1.33
Preview: plugin.js Size: 433 B
/home/jambtst2015/www/ckeditor/plugins/dragmath/plugin.js

CKEDITOR.plugins.add('dragmath',   
  {    
    requires: ['dialog'],
	lang : ['en'], 
    init:function(a) { 
	var b="dragmath";
	var c=a.addCommand(b,new CKEDITOR.dialogCommand(b));
		c.modes={wysiwyg:1,source:0};
		c.canUndo=false;
	a.ui.addButton("Dragmath",{
					label:a.lang.dragmath.title,
					command:b,
					icon:this.path+"dragmath.gif"
	});
	CKEDITOR.dialog.add(b,this.path+"dialogs/dragmath.php")}
});

Directory Contents

Dirs: 2 × Files: 3

Name Size Perms Modified Actions
dialogs DIR
- drwxr-xr-x 2025-10-17 11:01:24
Edit Download
lang DIR
- drwxr-xr-x 2024-11-22 17:53:01
Edit Download
153 B lrw-r--r-- 2024-11-22 17:53:01
Edit Download
433 B lrw-r--r-- 2024-11-22 17:53:01
Edit Download
6.00 KB lrw-r--r-- 2024-11-22 17:53:01
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).