fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15226]


From: nelson . guerra
Subject: [Fmsystem-commits] [15226]
Date: Tue, 31 May 2016 01:33:51 +0000 (UTC)

Revision: 15226
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15226
Author:   nelson224
Date:     2016-05-31 01:33:51 +0000 (Tue, 31 May 2016)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind-2/property/js/portico/entity.edit.js

Modified: branches/dev-syncromind-2/property/js/portico/entity.edit.js
===================================================================
--- branches/dev-syncromind-2/property/js/portico/entity.edit.js        
2016-05-31 01:33:20 UTC (rev 15225)
+++ branches/dev-syncromind-2/property/js/portico/entity.edit.js        
2016-05-31 01:33:51 UTC (rev 15226)
@@ -220,19 +220,23 @@
 
 var documents = null;
 var requestUrlDoc = null;
-
+       
 $(document).ready(function ()
 {
        $('#doc_type').change( function()
        {
-               var oTable = $("#datatable-container_7").dataTable();
+               //oTable7.dataTableSettings[6]['ajax']['data']['doc_type'] = 
$(this).val();
+               paramsTable7.push( { "name": 'doc_type', "value": $(this).val() 
} );
+               oTable7.fnDraw();                               
+
+               /*var oTable = $("#datatable-container_7").dataTable();
                var api = oTable.api();
                var requestUrl = api.ajax.url();
                Url = JqueryPortico.parseURL(requestUrl);
                oArgs = Url.searchObject;
                oArgs.doc_type = $(this).val();
                requestUrl = phpGWLink('index.php', oArgs, true);
-               api.ajax.url(requestUrl).load();
+               api.ajax.url(requestUrl).load();*/
        });
 
        $("#workorder_cancel").on("submit", function (e)




reply via email to

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