ÿØÿà JFIF ÿþ; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 82.197.83.129 / Your IP : 216.73.216.166 [ Web Server : LiteSpeed System : Linux us-bos-web1456.main-hosting.eu 4.18.0-553.40.1.lve.el8.x86_64 #1 SMP Wed Feb 12 18:54:57 UTC 2025 x86_64 User : u489457460 ( 489457460) PHP Version : 7.3.33 Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/u489457460/domains/syoft.com/public_html/blogs/fileman1/dialogs/ |
Upload File : |
//------------------------------------------------------------- // 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 : 870, minHeight : 480, //buttons: [], contents : [ { id : 'iframe', label : 'Mathml Editor', expand : true, elements : [ { type : 'html', id : 'pageMathMLEmbed', label : 'Mathml Editor', html : '<div style="width:860px;height:470px"><iframe src="'+ CKEDITOR.plugins.getPath('fmath_formula') +'dialogs/editor.html" frameborder="0" name="iframeMathmlEditor'+id+'" id="iframeMathmlEditor'+id+'" allowtransparency="1" style="width:860px;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'; } }; } ); })();