mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 20:29:57 +09:00
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:
parent
7cdc29c313
commit
4763de6248
8 changed files with 68 additions and 30 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
/* 카테고리 정보 수정 후 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue