silverstripe-framework/forms/gridfield
Ingo Schommer bcbf4636fc BUG Remove .ss-tabset class from CMS tabs to prevent rogue ajax load (#7980)
The existence of .ss-tabset triggers JS which applies $.tabs(),
and in turn interprets the first available link as the tab navigation.
jQuery UI subsequently tries to ajax-load this link, which is not
desired. Instead, $.tabs() should *only* be applied to a container
DOM element with .cms-tabset applied.
2012-11-01 00:25:13 +01:00
..
GridField.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
GridFieldAddExistingAutocompleter.php Docs: GridFieldDeleteAction 2012-10-05 17:39:19 +02:00
GridFieldAddNewButton.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
GridFieldButtonRow.php ENHANCEMENT: Make GridFieldButtonRow more adaptable 2012-05-21 14:41:46 +12:00
GridFieldComponent.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
GridFieldConfig.php NEW: GridFieldPageCount control for displaying the current page count/total in the gridview header. Designed to complement a functional pager in the grid footer. 2012-10-03 14:54:37 +13:00
GridFieldDataColumns.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
GridFieldDeleteAction.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
GridFieldDetailForm.php BUG Remove .ss-tabset class from CMS tabs to prevent rogue ajax load (#7980) 2012-11-01 00:25:13 +01:00
GridFieldEditButton.php MINOR Add newline to end of files without one 2012-04-15 10:50:19 +12:00
GridFieldExportButton.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
GridFieldFilterHeader.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
GridFieldFooter.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
GridFieldLevelup.php ENHANCEMENT: Modify GridFieldLevelup to be more reusable 2012-06-26 13:34:49 +02:00
GridFieldPageCount.php FIX: GridFieldPageCount now throws an exception if added to a gridfield with no gridfieldpaginator 2012-10-03 14:54:37 +13:00
GridFieldPaginator.php NEW: GridFieldPageCount control for displaying the current page count/total in the gridview header. Designed to complement a functional pager in the grid footer. 2012-10-03 14:54:37 +13:00
GridFieldPrintButton.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
GridFieldSortableHeader.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
GridFieldToolbarHeader.php ENHANCEMENT: Move GridField buttons out of table (fixes 7213) 2012-05-21 14:19:59 +12:00
GridFieldViewButton.php FEATURE: Implemented a view action for GridField, and a record viewing GridFieldConfig. 2012-05-12 18:49:56 +10:00
GridState.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00