REDROOM
PHP 8.1.33
Path:
Logout
Edit File
Size: 1.69 KB
Close
/home/jambtst2015/public_html/ckeditor/plugins/fmath_formula/dialogs/fmath_formula.js
Text
Base64
//------------------------------------------------------------- // Created by: Ionel Alexandru // Mail: ionel.alexandru@gmail.com // Site: www.fmath.info //--------------------------------------------------------------- (function() { CKEDITOR.dialog.add( 'fmath_formula', function( editor ) { var id = editor.id; return { title : 'Mathml Editor', minWidth : 910, minHeight : 480, //buttons: [], contents : [ { id : 'iframe', label : 'Mathml Editor', expand : true, elements : [ { type : 'html', id : 'pageMathMLEmbed', label : 'Mathml Editor', html : '<div style="width:900px;height:470px"><iframe src="'+ CKEDITOR.plugins.getPath('fmath_formula') +'dialogs/editor.html" frameborder="0" name="iframeMathmlEditor'+id+'" id="iframeMathmlEditor'+id+'" allowtransparency="1" style="width:900px;height:470px;margin:0;padding:0;" scrolling="no"></iframe></div>' } ] } ], onOk : function() { var frame = document.getElementById('iframeMathmlEditor'+id).contentWindow; frame.saveImage(editor); return false; }, onHide : function() { var frame = document.getElementById('iframeMathmlEditor'+id); frame.src = CKEDITOR.plugins.getPath('fmath_formula') +'dialogs/editor.html'; } }; } ); })();
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 1 × Files: 4
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
mathml
DIR
-
drwxr-xr-x
2024-11-22 17:53:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
configMathMLEditor.xml
2.77 KB
lrw-r--r--
2024-11-22 17:53:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
configMathMLEditor.xml_bk_13_08_2014
2.75 KB
lrw-r--r--
2024-11-22 17:53:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
editor.html
3.28 KB
lrw-r--r--
2024-11-22 17:53:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
fmath_formula.js
1.69 KB
lrw-r--r--
2024-11-22 17:53:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).