Changeset 15377
- Timestamp:
- 02/09/09 21:28:39 (4 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
r12073 r15377 58 58 array( 59 59 'key' => array('renderer', 'store', 'defaults', 'plugins', 'cm', 'ds', 'view', 'tbar', 'bbar', 'scope', 'key', 'parentPanel', 'handler'), 60 'value' => array('true', 'false', 'new Ext.', 'function', 'Ext.', '__(', '{', 'this.') 60 //'value' => array('true', 'false', 'new Ext.', 'function', 'Ext.', '__(', '{', 'this.'), 61 'value' => array('true', 'false', 'new', 'function', 'Ext.', '__(', '{', 'this.') 61 62 ) 62 63 );