issue 46 validator apply to module module.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8536 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2011-06-24 01:04:22 +00:00
parent 7cdc29c313
commit 4763de6248
8 changed files with 68 additions and 30 deletions

View file

@ -5,14 +5,12 @@
**/
/* 카테고리 관련 작업들 */
function doUpdateCategory(module_category_srl, mode, message) {
function doUpdateCategory(module_category_srl, message) {
if(typeof(message)!='undefined'&&!confirm(message)) return;
var fo_obj = get_by_id('fo_category_info');
fo_obj.module_category_srl.value = module_category_srl;
fo_obj.mode.value = mode;
procFilter(fo_obj, update_category);
fo_obj.submit();
}
/* 카테고리 정보 수정 후 */