fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12151] add coordinator autocomplete jquery helper


From: Alejandro
Subject: [Fmsystem-commits] [12151] add coordinator autocomplete jquery helper
Date: Fri, 10 Oct 2014 21:00:52 +0000

Revision: 12151
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12151
Author:   nudrick
Date:     2014-10-10 21:00:51 +0000 (Fri, 10 Oct 2014)
Log Message:
-----------
add coordinator autocomplete jquery helper

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 20:59:16 UTC (rev 12150)
+++ branches/dev-syncromind/property/js/portico/condition_survey_edit.js        
2014-10-10 21:00:51 UTC (rev 12151)
@@ -52,6 +52,11 @@
 //         YAHOO.portico.autocompleteHelper(strURL, 
 //             'coordinator_name', 'coordinator_id', 'coordinator_container');
 //     });
+//     
+//     call to AutoCompleteHelper JQUERY
+       var oArgs = {menuaction:'property.uicondition_survey.get_users'};
+       var strURL = phpGWLink('index.php', oArgs, true);
+       JqueryPortico.autocompleteHelper(strURL, 'coordinator_name', 
'coordinator_id', 'coordinator_container');
 
        this.fileuploader = function()
        {




reply via email to

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