mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
#145. 블로그/메뉴모듈의 tree 메뉴 설정시 scrollbar의 위치에 따라 설정 form의 위치를 조절하도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2529 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f17b1d0153
commit
762f7a3bad
2 changed files with 4 additions and 0 deletions
|
|
@ -170,6 +170,7 @@ function hideCategoryInfo() {
|
||||||
|
|
||||||
function completeGetCategoryTplInfo(ret_obj, response_tags) {
|
function completeGetCategoryTplInfo(ret_obj, response_tags) {
|
||||||
var obj = xGetElementById('category_info');
|
var obj = xGetElementById('category_info');
|
||||||
|
obj.style.marginTop = xScrollTop()+'px';
|
||||||
var tpl = ret_obj['tpl'];
|
var tpl = ret_obj['tpl'];
|
||||||
xInnerHtml(obj, tpl);
|
xInnerHtml(obj, tpl);
|
||||||
obj.style.display = 'block';
|
obj.style.display = 'block';
|
||||||
|
|
|
||||||
|
|
@ -76,6 +76,9 @@ function hideCategoryInfo() {
|
||||||
|
|
||||||
function completeGetMenuItemTplInfo(ret_obj, response_tags) {
|
function completeGetMenuItemTplInfo(ret_obj, response_tags) {
|
||||||
var obj = xGetElementById('menu_zone_info');
|
var obj = xGetElementById('menu_zone_info');
|
||||||
|
|
||||||
|
obj.style.marginTop = xScrollTop()+'px';
|
||||||
|
|
||||||
var tpl = ret_obj['tpl'];
|
var tpl = ret_obj['tpl'];
|
||||||
xInnerHtml(obj, tpl);
|
xInnerHtml(obj, tpl);
|
||||||
obj.style.display = 'block';
|
obj.style.display = 'block';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue