에디터 > 이미지링크 컴포넌트의 align속성 무시되던 버그 수정

git-svn-id: http://xe-core.googlecode.com/svn/trunk@2235 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-08-07 07:47:15 +00:00
parent d1422ac385
commit b01b3ad2f6

View file

@ -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);