fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12134]


From: Alejandro
Subject: [Fmsystem-commits] [12134]
Date: Thu, 09 Oct 2014 20:36:21 +0000

Revision: 12134
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12134
Author:   nudrick
Date:     2014-10-09 20:36:20 +0000 (Thu, 09 Oct 2014)
Log Message:
-----------


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-09 20:31:54 UTC (rev 12133)
+++ branches/dev-syncromind/property/js/portico/condition_survey_edit.js        
2014-10-09 20:36:20 UTC (rev 12134)
@@ -1,58 +1,58 @@
 
-var arURLParts = strBaseURL.split('?');
-var comboBase = arURLParts[0] + 'phpgwapi/inc/yui-combo-master/combo.php?';
+//var arURLParts = strBaseURL.split('?');
+//var comboBase = arURLParts[0] + 'phpgwapi/inc/yui-combo-master/combo.php?';
+//
+//YUI_config = {
+//    //Don't combine the files
+//    combine: true,
+//    //Ignore things that are already loaded (in this process)
+//    ignoreRegistered: false,
+//    //Set the base path
+//     comboBase: comboBase,
+//    base: '',
+//    //And the root
+//    root: '',
+//    //Require your deps
+//    require: [ ]
+//};
+//
+//
+//YUI({
+//}).use(
+//     'gallery-formvalidator', 
+//             function(Y) {   
+//                Y.on("domready", function () {
+//                   var form = new Y.Validator(
+//                        {
+//                            form:'form',
+//                                                     checkOnSubmit:true,
+//                            defaultIncorrectIndicatorCss:'validator',
+//                            defaultCorrectIndicatorCss:'indicator',
+//                            createCorrectIndicator:true,
+//                            createIncorrectIndicator:true
+//                        }
+//                    );
+//
+//                });
+//
+//});
+//
+//     YAHOO.util.Event.addListener(window, "load", function()
+//     {
+//             var oArgs = 
{menuaction:'property.uicondition_survey.get_vendors'};
+//             var strURL = phpGWLink('index.php', oArgs, true);
+//         YAHOO.portico.autocompleteHelper(strURL, 
+//             'vendor_name', 'vendor_id', 'vendor_container');
+//     });
+//
+//     YAHOO.util.Event.addListener(window, "load", function()
+//     {
+//             var oArgs = 
{menuaction:'property.uicondition_survey.get_users'};
+//             var strURL = phpGWLink('index.php', oArgs, true);
+//         YAHOO.portico.autocompleteHelper(strURL, 
+//             'coordinator_name', 'coordinator_id', 'coordinator_container');
+//     });
 
-YUI_config = {
-    //Don't combine the files
-    combine: true,
-    //Ignore things that are already loaded (in this process)
-    ignoreRegistered: false,
-    //Set the base path
-       comboBase: comboBase,
-    base: '',
-    //And the root
-    root: '',
-    //Require your deps
-    require: [ ]
-};
-
-
-YUI({
-}).use(
-       'gallery-formvalidator', 
-               function(Y) {   
-                Y.on("domready", function () {
-                   var form = new Y.Validator(
-                        {
-                            form:'form',
-                                                       checkOnSubmit:true,
-                            defaultIncorrectIndicatorCss:'validator',
-                            defaultCorrectIndicatorCss:'indicator',
-                            createCorrectIndicator:true,
-                            createIncorrectIndicator:true
-                        }
-                    );
-
-                });
-
-});
-
-       YAHOO.util.Event.addListener(window, "load", function()
-       {
-               var oArgs = 
{menuaction:'property.uicondition_survey.get_vendors'};
-               var strURL = phpGWLink('index.php', oArgs, true);
-           YAHOO.portico.autocompleteHelper(strURL, 
-               'vendor_name', 'vendor_id', 'vendor_container');
-       });
-
-       YAHOO.util.Event.addListener(window, "load", function()
-       {
-               var oArgs = 
{menuaction:'property.uicondition_survey.get_users'};
-               var strURL = phpGWLink('index.php', oArgs, true);
-           YAHOO.portico.autocompleteHelper(strURL, 
-               'coordinator_name', 'coordinator_id', 'coordinator_container');
-       });
-
        this.fileuploader = function()
        {
                var requestUrl = phpGWLink('index.php', fileuploader_action);




reply via email to

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