mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 22:59:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@656 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4d976f2bdc
commit
b0521ae3f1
4 changed files with 31 additions and 35 deletions
|
|
@ -408,10 +408,13 @@ function editorDo(command, value, target) {
|
|||
else doc = target.parentNode;
|
||||
} else {
|
||||
var iframe_obj = editorGetIFrame(target);
|
||||
if(xIE4Up) doc = iframe_obj.contentWindow.document;
|
||||
else doc = iframe_obj.contentWindow.document;
|
||||
doc = iframe_obj.contentWindow.document;
|
||||
}
|
||||
|
||||
// 포커스
|
||||
if(typeof(target)=="object") target.focus();
|
||||
else editorFocus(target);
|
||||
|
||||
// 실행
|
||||
doc.execCommand(command, false, value);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue