-
30 Oct 2008 9:02 AM #1
[CLOSED] Search in top Toolbar without categorize combobox
[CLOSED] Search in top Toolbar without categorize combobox
If you want the search on the top toolbar without categorized combobox
You need to change in extnd-all :
after :before :Code:tbar: (this.toolbar || this.showActionbar || (this.showSingleCategory && this.showCategoryComboBox)) ? new Ext.Toolbar({Code:tbar: ((!this.searchInPagingToolbar) || this.toolbar || this.showActionbar || (this.showSingleCategory && this.showCategoryComboBox)) ? new Ext.Toolbar({
Thanks for advance


Reply With Quote