Author: sevein
Date: Sun Sep 27 09:21:29 2009
New Revision: 3549
Log:
Add YUI dragdrop module because treeview.js depends on it.
Modified:
trunk/apps/qubit/modules/term/actions/treeViewComponent.class.php
Modified: trunk/apps/qubit/modules/term/actions/treeViewComponent.class.php
==============================================================================
--- trunk/apps/qubit/modules/term/actions/treeViewComponent.class.php Sun Sep
27 00:02:52 2009 (r3548)
+++ trunk/apps/qubit/modules/term/actions/treeViewComponent.class.php Sun Sep
27 09:21:29 2009 (r3549)
@@ -33,6 +33,7 @@
$this->getResponse()->addJavaScript('qubit');
$this->getResponse()->addJavaScript('/vendor/yui/yahoo-dom-event/yahoo-dom-event');
$this->getResponse()->addJavaScript('/vendor/yui/treeview/treeview-min');
+ $this->getResponse()->addJavaScript('/vendor/yui/dragdrop/dragdrop-min');
$this->getResponse()->addJavaScript('treeView');
$this->getResponse()->addStylesheet('yui/treeview/assets/skins/qubit/treeview-skin',
'first');
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---