mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 23:29:57 +09:00
xpresseditor 에디터 스킨이 파일업로드 영역이 밀리는 문제, 에디터의 상단 부분이 가려지는 문제 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6075 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d6dcfb0517
commit
69a94718d2
6 changed files with 7 additions and 6 deletions
|
|
@ -5,7 +5,7 @@ xe.Editors = [];
|
|||
function editorStart_xe(editor_sequence, primary_key, content_key, editor_height) {
|
||||
|
||||
var textarea = jQuery("#xpress-editor-"+editor_sequence);
|
||||
var iframe = jQuery('<iframe id="editor_iframe_'+editor_sequence+'"frameborder="0" src="'+editor_path+'/blank.html" scrolling="yes" style="width:100%;height:'+editor_height+'px">');
|
||||
var iframe = jQuery('<iframe id="editor_iframe_'+editor_sequence+'"frameborder="0" src="'+editor_path+'/blank.html" scrolling="yes" style="z-index:1;width:100%;height:'+editor_height+'px">');
|
||||
var htmlsrc = jQuery('<textarea rows="10" cols="20" class="input_syntax" style="display:none"></textarea>');
|
||||
var form = textarea.get(0).form;
|
||||
form.setAttribute('editor_sequence', editor_sequence);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue