all: # these are the defaults, you should override them in your application/config/app.yml file extjs_gen_plugin: table_delimiter: "-" ajax: true theme: aero list_max_per_page: 20 border_panel: true list_tabbed: true list_editable: false list_clicksToEdit: 1 # number of clicks to edit a field in the grid list_trackMouseOver: false list_loadMask: false module_returns_layout: true #true uses the build in viewport, set to false if you want to use your own layout module_grid_panel_name: Ext.app.sx.GridPanel #the global var name for the list grid panel module_tab_panel_name: Ext.app.sx.TabPanel #the global var name for the list tab panel, gridpanel is automatically an item of the tabpanel module_filter_panel_name: Ext.app.sx.FilterPanel #the global var name doe the list filter panel, filterpanel is not an item of the tabpanel module_app_init_partial: init_app #partial located in the app/templates directory that adds panels to your custom layout. #$gridpanel, $filterpanel, $tabpanel, and $sfExtjs3Plugin use_tinymce: false open_panel_handler: true # a method which accepts the event and target from the event-handler the event-object contains the moduleName and item's-key, if this method is not defined, the grids url will open as normal ( window.location will be changed). #open_panel: App.openPanel # a method which accepts the moduleName and item's-key, if this method is not defined App.openPanel create-buttons from the list will change the window.location combo_box_xtype: comboboxautoload # combo format_date: "m/d/Y"