Author: KRavEN
Date: 2010-05-07 16:06:53 +0200 (Fri, 07 May 2010)
New Revision: 29389
Modified:
plugins/sfExtjs3Plugin/trunk/config/config.php
Log:
Added 'columns' to list attributes
Modified: plugins/sfExtjs3Plugin/trunk/config/config.php
===================================================================
--- plugins/sfExtjs3Plugin/trunk/config/config.php 2010-05-07 14:00:56 UTC
(rev 29388)
+++ plugins/sfExtjs3Plugin/trunk/config/config.php 2010-05-07 14:06:53 UTC
(rev 29389)
@@ -51,7 +51,7 @@
#
# attributes which must handled as array
#
-sfConfig::set('sf_extjs3_list_attributes', array('items', 'tbar', 'bbar',
'buttons', 'plugins', 'view', 'fields', 'tools', 'actions', 'data',
'multiselects'));
+sfConfig::set('sf_extjs3_list_attributes', array('items', 'tbar', 'bbar',
'buttons', 'plugins', 'view', 'fields', 'tools', 'actions', 'data',
'multiselects', 'columns'));
#
# array values that don't need quotes
#
--
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.