fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [14947]


From: Nelson Guerra
Subject: [Fmsystem-commits] [14947]
Date: Fri, 29 Apr 2016 00:17:37 +0000

Revision: 14947
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14947
Author:   nelson224
Date:     2016-04-29 00:17:36 +0000 (Fri, 29 Apr 2016)
Log Message:
-----------


Added Paths:
-----------
    branches/dev-syncromind-2/property/js/portico/generic_document.edit.js

Copied: branches/dev-syncromind-2/property/js/portico/generic_document.edit.js 
(from rev 14946, branches/dev-syncromind-2/property/js/portico/event.index.js)
===================================================================
--- branches/dev-syncromind-2/property/js/portico/generic_document.edit.js      
                        (rev 0)
+++ branches/dev-syncromind-2/property/js/portico/generic_document.edit.js      
2016-04-29 00:17:36 UTC (rev 14947)
@@ -0,0 +1,16 @@
+
+$(document).ready(function ()
+{
+       $('#location_id').change(function ()
+       {
+               filterRelations('location_id', $(this).val());
+       });
+       
+       filterRelations('location_id', $('#location_id').val());
+});
+
+function filterRelations(param, value)
+{
+       oTable0.dataTableSettings[0]['ajax']['data'][param] = value;
+       oTable0.fnDraw();
+}
\ No newline at end of file




reply via email to

[Prev in Thread] Current Thread [Next in Thread]