phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] [21193] Improvement: add yui uploader 4746:5203


From: Sigurd Nes
Subject: [Phpgroupware-cvs] [21193] Improvement: add yui uploader 4746:5203
Date: Wed, 14 Apr 2010 19:23:16 +0000

Revision: 21193
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=21193
Author:   sigurdne
Date:     2010-04-14 19:23:16 +0000 (Wed, 14 Apr 2010)
Log Message:
-----------
Improvement: add yui uploader 4746:5203

Modified Paths:
--------------
    people/sigurdne/modules/phpgwapi/trunk/inc/class.yui.inc.php

Modified: people/sigurdne/modules/phpgwapi/trunk/inc/class.yui.inc.php
===================================================================
--- people/sigurdne/modules/phpgwapi/trunk/inc/class.yui.inc.php        
2010-04-14 19:18:27 UTC (rev 21192)
+++ people/sigurdne/modules/phpgwapi/trunk/inc/class.yui.inc.php        
2010-04-14 19:23:16 UTC (rev 21193)
@@ -162,6 +162,10 @@
                                        $load = array('treeview-min');
                                        break;
 
+                               case 'uploader':
+                                       $load = array('element-min', 
'uploader-min', 'datasource-min', 'datatable-min');
+                                       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]