K2LL33D SHELL

 Apache/2.4.7 (Ubuntu)
 Linux sman1baleendah 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64
 uid=33(www-data) gid=33(www-data) groups=33(www-data)
 safemode : OFF
 MySQL: ON | Perl: ON | cURL: OFF | WGet: ON
  >  / var / www / html / sman1baleendah_sch_id / tiny_mce / themes / advanced / js /
server ip : 172.67.156.115

your ip : 172.69.59.150

H O M E


Filename/var/www/html/sman1baleendah_sch_id/tiny_mce/themes/advanced/js/source_editor.js
Size1.22 kb
Permissionrwxr-xr-x
Ownerroot : root
Create time11-Jun-2025 21:32
Last modified11-Jun-2025 21:32
Last accessed06-Jul-2025 06:24
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
tinyMCEPopup.requireLangPack();
tinyMCEPopup.onInit.add(onLoadInit);

function saveContent() {
tinyMCEPopup.editor.setContent(document.getElementById('htmlSource').value, {source_view : true});
tinyMCEPopup.close();
}

function onLoadInit() {
tinyMCEPopup.resizeToInnerSize();

// Remove Gecko spellchecking
if (tinymce.isGecko)
document.body.spellcheck = tinyMCEPopup.editor.getParam("gecko_spellcheck");

document.getElementById('htmlSource').value = tinyMCEPopup.editor.getContent({source_view : true});

if (tinyMCEPopup.editor.getParam("theme_advanced_source_editor_wrap", true)) {
setWrap('soft');
document.getElementById('wraped').checked = true;
}

resizeInputs();
}

function setWrap(val) {
var v, n, s = document.getElementById('htmlSource');

s.wrap = val;

if (!tinymce.isIE) {
v = s.value;
n = s.cloneNode(false);
n.setAttribute("wrap", val);
s.parentNode.replaceChild(n, s);
n.value = v;
}
}

function toggleWordWrap(elm) {
if (elm.checked)
setWrap('soft');
else
setWrap('off');
}

function resizeInputs() {
var vp = tinyMCEPopup.dom.getViewPort(window), el;

el = document.getElementById('htmlSource');

if (el) {
el.style.width = (vp.w - 20) + 'px';
el.style.height = (vp.h - 65) + 'px';
}
}