Author: KRavEN
Date: 2010-02-19 15:09:08 +0100 (Fri, 19 Feb 2010)
New Revision: 28140
Modified:
plugins/sfExtjs3Plugin/trunk/config/config.php
Log:
added 'data' to sf_extjs3_list_attributes
Modified: plugins/sfExtjs3Plugin/trunk/config/config.php
===================================================================
--- plugins/sfExtjs3Plugin/trunk/config/config.php 2010-02-19 14:00:43 UTC
(rev 28139)
+++ plugins/sfExtjs3Plugin/trunk/config/config.php 2010-02-19 14:09:08 UTC
(rev 28140)
@@ -50,7 +50,7 @@
#
# attributes which must handled as array
#
-sfConfig::set('sf_extjs3_list_attributes', array('items', 'tbar', 'bbar',
'buttons', 'plugins', 'view', 'fields', 'tools', 'actions'));
+sfConfig::set('sf_extjs3_list_attributes', array('items', 'tbar', 'bbar',
'buttons', 'plugins', 'view', 'fields', 'tools', 'actions', 'data'));
#
# 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.