fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14992]


From: nelson . guerra
Subject: [Fmsystem-commits] [14992]
Date: Wed, 11 May 2016 00:22:33 +0000 (UTC)

Revision: 14992
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14992
Author:   nelson224
Date:     2016-05-11 00:22:33 +0000 (Wed, 11 May 2016)
Log Message:
-----------


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

Modified: branches/dev-syncromind-2/property/js/portico/generic_document.edit.js
===================================================================
--- branches/dev-syncromind-2/property/js/portico/generic_document.edit.js      
2016-05-10 11:33:33 UTC (rev 14991)
+++ branches/dev-syncromind-2/property/js/portico/generic_document.edit.js      
2016-05-11 00:22:33 UTC (rev 14992)
@@ -31,4 +31,13 @@
        JqueryPortico.execute_ajax(requestUrl, function (result)
        {
        }, data, "POST", "JSON");
-}
\ No newline at end of file
+}
+
+//     call to AutoCompleteHelper JQUERY
+var oArgs = {menuaction: 'property.uigeneric_document.get_users'};
+var strURL = phpGWLink('index.php', oArgs, true);
+JqueryPortico.autocompleteHelper(strURL, 'coordinator_name', 'coordinator_id', 
'coordinator_container');
+
+var oArgs = {menuaction: 'property.uigeneric_document.get_vendors'};
+var strURL = phpGWLink('index.php', oArgs, true);
+JqueryPortico.autocompleteHelper(strURL, 'vendor_name', 'vendor_id', 
'vendor_container');
\ No newline at end of file




reply via email to

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