ckeditor: #377 에 따른 단축키 일람 처리

This commit is contained in:
whitedot
2013-03-15 15:01:35 +09:00
parent c3a0d85528
commit 1a1f71d23b
4 changed files with 118 additions and 16 deletions

View File

@ -161,21 +161,6 @@ if ($is_admin)
}
?>
with (document.fwrite)
{
if (typeof(wr_name) != "undefined")
wr_name.focus();
else if (typeof(wr_subject) != "undefined")
wr_subject.focus();
else if (typeof(wr_content) != "undefined")
wr_content.focus();
if (typeof(ca_name) != "undefined")
if (w.value == "u") {
ca_name.value = "<?=isset($write['ca_name'])?$write['ca_name']:'';?>";
}
}
function html_auto_br(obj)
{
if (obj.checked) {