[21193] Improvement: add yui uploader 4746:5203
Sigurd Nes <[email protected]> Wed, 14 Apr 2010 19:23:16 +0000
| Newsgroups | gmane.comp.web.phpgroupware.cvs |
|---|---|
| Message-ID | <[email protected]> |
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);