Development

Changeset 30251

You must first sign up to be able to contribute.

Changeset 30251

Show
Ignore:
Timestamp:
07/15/10 18:40:41 (3 years ago)
Author:
KRavEN
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/ExtjsGeneratorPlugin/trunk/config/app.yml

    r30250 r30251  
    3737#    export_date_format:       false     # exported date format.  Use a symfony date string like 'MM/dd/yy' or false for no formating 
    3838 
    39 #    remote_combo_limit:     50 
    40 #    remote_combo_pageSize:  0 
    41 #    remote_combo_minChars:  3 
     39#    remote_combo_limit:     50  # max number of remote combo results to return when combobox is editable 
     40#    remote_combo_pageSize:  0   # number of records to show when paging.  Value greater than 0 turns paging on 
     41#    remote_combo_minChars:  3   # minimum number of characters to type before querying when combobox is editable 
  • plugins/ExtjsGeneratorPlugin/trunk/data/generator/ExtjsModule/admin/template/templates/_layout.js.php

    r30250 r30251  
    3030  $partialArr['filterpanel']    = '<?php echo sfConfig::get('app_extjs_gen_plugin_module_filterpanel_name', 'Ext.app.sf.FilterPanel') ?>'; 
    3131<?php endif; ?> 
    32   include_partial('global/<?php echo sfConfig::get('app_extjs_gen_plugin_module_init_app_partial') ?>', $partialArr); 
     32  include_partial('global/<?php echo sfConfig::get('app_extjs_gen_plugin_module_init_app_partial', 'init_app') ?>', $partialArr); 
    3333?] 
    3434<?php endif; ?>