silverstripe-framework/forms/gridfield
2012-03-09 17:54:39 +13:00
..
GridField.php MINOR: Minor fixes after new SS_List interfaces cleanup 2012-03-09 17:50:32 +13:00
GridFieldAddExistingAutocompleter.php API CHANGE: Added targetFragment argument to GridFieldAddExistingAutocompleter, so that its location can be changed. Updated CSS and HTML to allow for this. 2012-03-09 17:52:26 +13:00
GridFieldAddNewButton.php API CHANGE: Created GridFieldAddNewButton, replacing the one that was previously hardcoded in GridFieldToolbarHeader 2012-03-09 17:52:26 +13:00
GridFieldComponent.php API CHANGE Renamed GridFieldDefaultColumns to GridFieldDataColumns #6921 2012-03-09 14:07:40 +13:00
GridFieldConfig.php ENHANCEMENT: Updated default many-many grid field to show "add existing" and "add new" side by side. 2012-03-09 17:54:39 +13:00
GridFieldDataColumns.php API CHANGE Renamed GridFieldDefaultColumns to GridFieldDataColumns #6921 2012-03-09 14:07:40 +13:00
GridFieldDeleteAction.php API CHANGE Removing GridFieldDeleteAction and moved functionality into GridFieldRemoveButton #6921 2012-03-09 13:55:49 +13:00
GridFieldDetailForm.php API CHANGE: Renaming of gridfield components #6921 2012-03-09 12:54:02 +13:00
GridFieldEditButton.php API CHANGE: Renaming of gridfield components #6921 2012-03-09 12:54:02 +13:00
GridFieldExportButton.php API CHANGE: Added targetFragment argument to GridFieldExportButton to control button placement. Moved search fields to 2nd argument. 2012-03-09 17:52:26 +13:00
GridFieldFilterHeader.php ENHANCEMENT: GridFieldComponents will now use SS_Filterable, SS_Sortable, and SS_Limitable to determine which features are applicable to the List provided, and either throw an error, or silently disable the feature. 2012-03-09 17:07:41 +13:00
GridFieldPaginator.php BUGFIX GridFieldPaginator did not work correctly after SS_Limitable was introduced 2012-03-09 17:07:42 +13:00
GridFieldSortableHeader.php ENHANCEMENT: GridFieldComponents will now use SS_Filterable, SS_Sortable, and SS_Limitable to determine which features are applicable to the List provided, and either throw an error, or silently disable the feature. 2012-03-09 17:07:41 +13:00
GridFieldToolbarHeader.php API CHANGE: Removed 'add new' button from GridFieldToolbarHeader, instead opting to include two HTML fragments: toolbar-header-left and toolbar-header-right. 2012-03-09 17:52:26 +13:00
GridState.php ENHANCEMENT Inserting image via new dialog with ajax field retrieval and GridField file selection. Rewritten to jQuery.entwine and using the new HTML editor abstraction layer. 2012-02-14 13:53:35 +01:00