mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 23:29:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@594 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c4f9f54d79
commit
e1485a6a69
4 changed files with 20 additions and 19 deletions
|
|
@ -54,6 +54,7 @@ function editorStart(upload_target_srl) {
|
|||
'<link rel="stylesheet" href="'+editor_path+'/css/editor.css" type="text/css" />'+
|
||||
'</head><body style="background-color:#FFFFFF;font-family:'+default_font+';font-size:9pt;" upload_target_srl="'+upload_target_srl+'">'+
|
||||
content+
|
||||
"\n"+
|
||||
'</body></html>'+
|
||||
'';
|
||||
contentDocument.designMode = 'on';
|
||||
|
|
@ -112,7 +113,7 @@ function editorGetContent(upload_target_srl) {
|
|||
html = xInnerHtml(iframe_obj.contentWindow.document.body);
|
||||
if(!html) return;
|
||||
|
||||
return html.trim();
|
||||
return html;
|
||||
}
|
||||
|
||||
// 에디터 내의 선택된 부분의 html 코드를 return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue