fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [9607] api :: jquery: autocomplete


From: Sigurd Nes
Subject: [Fmsystem-commits] [9607] api :: jquery: autocomplete
Date: Sun, 17 Jun 2012 19:05:34 +0000

Revision: 9607
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9607
Author:   sigurdne
Date:     2012-06-17 19:05:33 +0000 (Sun, 17 Jun 2012)
Log Message:
-----------
api :: jquery: autocomplete

Modified Paths:
--------------
    trunk/phpgwapi/inc/class.jquery.inc.php

Modified: trunk/phpgwapi/inc/class.jquery.inc.php
===================================================================
--- trunk/phpgwapi/inc/class.jquery.inc.php     2012-06-17 19:03:18 UTC (rev 
9606)
+++ trunk/phpgwapi/inc/class.jquery.inc.php     2012-06-17 19:05:33 UTC (rev 
9607)
@@ -65,6 +65,23 @@
                                        $load = 
array("js/jquery-1.7.2{$_type}", "js/jquery-ui-1.8.19.custom{$_type}", 
"development-bundle/ui/i18n/jquery.ui.datepicker-{$GLOBALS['phpgw_info']['user']['preferences']['common']['lang']}");
                                        break;
 
+                               case 'autocomplete':
+/*
+                                       $load = array
+                                       (
+                                               "js/jquery-1.7.2{$_type}",
+                                               
'development-bundle/ui/minified/jquery.ui.core.min',
+                                               
'development-bundle/ui/minified/jquery.ui.widget.min',
+                                               
'development-bundle/ui/minified/jquery.ui.position.min',
+                                               
'development-bundle/ui/minified/jquery.ui.autocomplete.min'
+                                       );
+*/
+                                       $load = array
+                                       (
+                                               
"js/jquery-ui-1.8.19.custom{$_type}"
+                                       );
+                                       break;
+
                                default:
                                        $err = "Unsupported YUI widget '%1' 
supplied to phpgwapi_yui::load_widget()";
                                        trigger_error(lang($err, $widget), 
E_USER_WARNING);




reply via email to

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