mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 22:29:55 +09:00
NOISSUE editor 구성파일 minify
This commit is contained in:
parent
5f1fc942ca
commit
6c5e8fadd0
10 changed files with 734 additions and 728 deletions
|
|
@ -1,17 +1,17 @@
|
|||
/**
|
||||
* @author NAVER (developers@xpressengine.com)
|
||||
* @version 0.1
|
||||
* @brief 에디터 관리자 페이지용 스크립트
|
||||
**/
|
||||
|
||||
* @brief 에디터 관리자 페이지용 스크립트
|
||||
**/
|
||||
|
||||
function doSetupComponent(component_name) {
|
||||
popopen(request_uri.setQuery('module','editor').setQuery('act','dispEditorAdminSetupComponent').setQuery('component_name',component_name), 'SetupComponent');
|
||||
popopen(request_uri.setQuery('module','editor').setQuery('act','dispEditorAdminSetupComponent').setQuery('component_name',component_name), 'SetupComponent');
|
||||
}
|
||||
|
||||
function toggleSectionCheckBox(obj, id) {
|
||||
var box_list = xGetElementsByTagName('input', xGetElementById(id));
|
||||
if(typeof(box_list.length)=='undefined') return;
|
||||
for(var i in box_list) {
|
||||
box_list[i].checked = obj.checked;
|
||||
}
|
||||
var box_list = xGetElementsByTagName('input', xGetElementById(id));
|
||||
if(typeof(box_list.length)=='undefined') return;
|
||||
for(var i in box_list) {
|
||||
box_list[i].checked = obj.checked;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue