Author: KRavEN
Date: 2010-05-20 12:58:54 +0200 (Thu, 20 May 2010)
New Revision: 29548

Modified:
   plugins/ExtjsGeneratorPlugin/trunk/TODO.txt
   plugins/ExtjsGeneratorPlugin/trunk/lib/widget/ExtjsWidgetFormSelect.class.php
Log:
Added drag and drop support to many to many fields.  updated todo.

Modified: plugins/ExtjsGeneratorPlugin/trunk/TODO.txt
===================================================================
--- plugins/ExtjsGeneratorPlugin/trunk/TODO.txt 2010-05-20 10:40:24 UTC (rev 
29547)
+++ plugins/ExtjsGeneratorPlugin/trunk/TODO.txt 2010-05-20 10:58:54 UTC (rev 
29548)
@@ -8,6 +8,8 @@
 - don't show delete buttons when object is not created yet in edit-form
 - save and new does not work
 
+label doesn't apply to many to many fields
+
 ### grid
 foreign columns should show __toString() output in list
 foreign columns should be clickable to open an adminstration for that foreign 
table if one exists

Modified: 
plugins/ExtjsGeneratorPlugin/trunk/lib/widget/ExtjsWidgetFormSelect.class.php
===================================================================
--- 
plugins/ExtjsGeneratorPlugin/trunk/lib/widget/ExtjsWidgetFormSelect.class.php   
    2010-05-20 10:40:24 UTC (rev 29547)
+++ 
plugins/ExtjsGeneratorPlugin/trunk/lib/widget/ExtjsWidgetFormSelect.class.php   
    2010-05-20 10:58:54 UTC (rev 29548)
@@ -63,8 +63,6 @@
         'multiselects' => array(
           array(
             'legend'  => 'Associated',
-            'droppable' => false,
-            'draggable' => false,
             'store' => array(
               'xtype' => 'arraystore',
               'fields' => array('value', 'display'),
@@ -76,8 +74,6 @@
           ),
           array(
             'legend'  => 'Unassociated',
-            'droppable' => false,
-            'draggable' => false, 
             'store' => array(
               'xtype' => 'arraystore',
               'fields' => array('value', 'display'),

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" 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.com/group/symfony-svn?hl=en.

Reply via email to