Development

Changeset 10044

You must first sign up to be able to contribute.

Changeset 10044

Show
Ignore:
Timestamp:
07/01/08 16:11:33 (5 years ago)
Author:
Leon.van.der.Ree
Message:

Add quote-except for key 'key'

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfExtjs2Plugin/trunk/config/config.php

    r9849 r10044  
    5757sfConfig::set('sf_extjs2_quote_except', 
    5858  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.', '__(', '{') 
    6161  ) 
    6262);