mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 04:39:55 +09:00
에디터 > 이미지링크 컴포넌트의 align속성 무시되던 버그 수정
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2235 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d1422ac385
commit
b01b3ad2f6
1 changed files with 1 additions and 0 deletions
|
|
@ -99,6 +99,7 @@ function insertImage(obj) {
|
|||
if(height) text+= " height=\""+height+"\" ";
|
||||
if(link_url) text+= " link_url=\""+link_url+"\" ";
|
||||
if(open_window=='Y') text+= " open_window=\"Y\" ";
|
||||
if(align) text+= " align=\""+align+"\" ";
|
||||
text+= " />";
|
||||
|
||||
opener.editorFocus(opener.editorPrevSrl);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue