mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
컨텐츠 위젯 추가/ 수정 안되는 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4285 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8e86b49c4c
commit
dd7ad77fbd
1 changed files with 3 additions and 2 deletions
|
|
@ -166,7 +166,8 @@ function getWidgetCode(childObj, widget) {
|
|||
**/
|
||||
// 팝업 띄움
|
||||
function doAddContent() {
|
||||
popopen("./?module=widget&act=dispWidgetAdminAddContent&module_srl="+zoneModuleSrl, "addContent");
|
||||
var url = request_uri.setQuery('module','widget').setQuery('act','dispWidgetAdminAddContent').setQuery('module_srl',zoneModuleSrl);
|
||||
popopen(url, "addContent");
|
||||
}
|
||||
|
||||
// 직접 내용을 입력하기 위한 에디터 활성화 작업 및 form 데이터 입력
|
||||
|
|
@ -324,7 +325,7 @@ function doCheckWidget(e) {
|
|||
var widget = p_obj.getAttribute("widget");
|
||||
if(!widget) return;
|
||||
selectedWidget = p_obj;
|
||||
if(widget == 'widgetContent') popopen("./?module=widget&act=dispWidgetAdminAddContent&module_srl="+zoneModuleSrl, "addContent");
|
||||
if(widget == 'widgetContent') popopen(request_uri+"?module=widget&act=dispWidgetAdminAddContent&module_srl="+zoneModuleSrl, "addContent");
|
||||
else popopen(request_uri+"?module=widget&act=dispWidgetGenerateCodeInPage&selected_widget="+widget,'GenerateCodeInPage');
|
||||
return;
|
||||
// 위젯 복사
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue