mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 13:19:56 +09:00
issue 70 site map admin developement
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9055 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b909a11c5e
commit
fc3a39b65a
8 changed files with 131 additions and 46 deletions
|
|
@ -96,10 +96,18 @@ function completeMoveMenuItem(ret_obj) {
|
|||
function doReloadTreeMenu(menu_srl) {
|
||||
var params = new Array();
|
||||
params["menu_srl"] = menu_srl;
|
||||
console.log(params);
|
||||
|
||||
// 서버에 요청하여 해당 노드의 정보를 수정할 수 있도록 한다.
|
||||
var response_tags = new Array('error','message', 'xml_file', 'menu_title');
|
||||
exec_xml('menu', 'procMenuAdminMakeXmlFile', params, completeInsertMenuItem, response_tags, params);
|
||||
exec_xml('menu', 'procMenuAdminMakeXmlFile', params, completeRemakeCache, response_tags, params);
|
||||
}
|
||||
|
||||
function completeRemakeCache(ret_obj) {
|
||||
if(ret_obj.error == 0)
|
||||
{
|
||||
document.location.reload();
|
||||
}
|
||||
}
|
||||
|
||||
/* 메뉴 삭제 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue