fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12154] update to autocompleteHelper


From: Alejandro
Subject: [Fmsystem-commits] [12154] update to autocompleteHelper
Date: Fri, 10 Oct 2014 22:52:05 +0000

Revision: 12154
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12154
Author:   nudrick
Date:     2014-10-10 22:52:05 +0000 (Fri, 10 Oct 2014)
Log Message:
-----------
update to autocompleteHelper

Modified Paths:
--------------
    branches/dev-syncromind/property/js/portico/condition_survey_edit.js

Modified: branches/dev-syncromind/property/js/portico/condition_survey_edit.js
===================================================================
--- branches/dev-syncromind/property/js/portico/condition_survey_edit.js        
2014-10-10 22:51:23 UTC (rev 12153)
+++ branches/dev-syncromind/property/js/portico/condition_survey_edit.js        
2014-10-10 22:52:05 UTC (rev 12154)
@@ -57,6 +57,10 @@
        var oArgs = {menuaction:'property.uicondition_survey.get_users'};
        var strURL = phpGWLink('index.php', oArgs, true);
        JqueryPortico.autocompleteHelper(strURL, 'coordinator_name', 
'coordinator_id', 'coordinator_container');
+       
+       var oArgs = {menuaction:'property.uicondition_survey.get_vendors'};
+       var strURL = phpGWLink('index.php', oArgs, true);
+    JqueryPortico.autocompleteHelper(strURL, 'vendor_name', 'vendor_id', 
'vendor_container');
 
        this.fileuploader = function()
        {




reply via email to

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