Changeset 10044
- Timestamp:
- 07/01/08 16:11:33 (5 years ago)
- Files:
-
- plugins/sfExtjs2Plugin/trunk/config/config.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfExtjs2Plugin/trunk/config/config.php
r9849 r10044 57 57 sfConfig::set('sf_extjs2_quote_except', 58 58 array( 59 ' value' => array('true', 'false', 'new Ext.', 'function', 'Ext.', '__(', '{'),60 ' key' => array('renderer', 'store', 'defaults', 'plugins', 'cm', 'ds', 'view', 'tbar', 'bbar', 'scope')59 'key' => array('renderer', 'store', 'defaults', 'plugins', 'cm', 'ds', 'view', 'tbar', 'bbar', 'scope', 'key'), 60 'value' => array('true', 'false', 'new Ext.', 'function', 'Ext.', '__(', '{') 61 61 ) 62 62 );