mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 00:02:21 +09:00
issue 46 apply server side validator in document module
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8498 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e129e7c227
commit
8791643bb1
12 changed files with 83 additions and 27 deletions
|
|
@ -115,8 +115,8 @@ function insertSelectedModule(id, module_srl, mid, browser_title) {
|
|||
function deleteByFilter(target_srl, filter)
|
||||
{
|
||||
jQuery('#target_srl').val(target_srl);
|
||||
var hF = jQuery("deleteForm")[0];
|
||||
procFilter(hF, filter);
|
||||
var hF = jQuery("#deleteForm")[0];
|
||||
hF.submit();
|
||||
}
|
||||
|
||||
function executeFilterByTargetSrl(form_name, target_srl, filter)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue