Development

Changeset 10207

You must first sign up to be able to contribute.

Changeset 10207

Show
Ignore:
Timestamp:
07/10/08 19:10:37 (5 years ago)
Author:
Leon.van.der.Ree
Message:

Added extra quoteExcept for my project with the theme-plugin (maybe we
need to find another way to add extra quote-excepts dynamically)

Files:

Legend:

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

    r10108 r10207  
    5757sfConfig::set('sf_extjs2_quote_except', 
    5858  array( 
    59     'key'   => array('renderer', 'store', 'defaults', 'plugins', 'cm', 'ds', 'view', 'tbar', 'bbar', 'scope', 'key'), 
     59    'key'   => array('renderer', 'store', 'defaults', 'plugins', 'cm', 'ds', 'view', 'tbar', 'bbar', 'scope', 'key', 'parentPanel'), 
    6060    'value' => array('true', 'false', 'new Ext.', 'function', 'Ext.', '__(', '{') 
    6161  )