| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /inetpub/wwwroot/icd/components/com_sobi2/includes/js/ |
Upload File : |
tinyMCE.init({
mode : 'none',
theme : 'advanced',
theme_advanced_buttons1 : 'bold,italic,underline,fontselect,fontsizeselect, separator,strikethrough,justifyleft,justifycenter,justifyright, justifyfull,undo,redo,',
theme_advanced_buttons2 : 'code,hr,link,separator,bullist,numlist',
theme_advanced_buttons3 : '',
theme_advanced_toolbar_location : 'top',
theme_advanced_toolbar_align : 'left',
extended_valid_elements : 'a[name|href|target|title|onclick],img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]',
language : 'english'
});
function setTextareaToTinyMCE(sEditorID) {
var oEditor = document.getElementById(sEditorID);
if(oEditor) {
tinyMCE.execCommand('mceAddControl', true, sEditorID);
}
return;
}
function unsetTextareaToTinyMCE(sEditorID) {
var oEditor = document.getElementById(sEditorID);
if(oEditor) {
tinyMCE.execCommand('mceRemoveControl', true, sEditorID);
}
return;
}