#340 popup_menu_area에 width 속성 지정하지 않도록 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3397 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
bnu 2007-12-22 08:21:47 +00:00
parent 8adbff8fca
commit ca6f7c5293

View file

@ -605,7 +605,6 @@ function displayPopupMenu(ret_obj, response_tags, params) {
if(html) {
// 레이어 출력
xInnerHtml('popup_menu_area', "<div class=\"box\">"+html+"</div>");
xWidth(area, xWidth(area));
xLeft(area, params["page_x"]);
xTop(area, params["page_y"]);
if(xWidth(area)+xLeft(area)>xClientWidth()+xScrollLeft()) xLeft(area, xClientWidth()-xWidth(area)+xScrollLeft());