2012-12-15 15:16:57 +01:00
|
|
|
SilverStripe Grid Field Extensions Module
|
|
|
|
=========================================
|
|
|
|
|
2014-04-02 21:12:37 +02:00
|
|
|
[![Build Status](https://secure.travis-ci.org/ajshort/silverstripe-gridfieldextensions.png?branch=master)](https://travis-ci.org/ajshort/silverstripe-gridfieldextensions)
|
|
|
|
|
2012-12-23 12:37:59 +01:00
|
|
|
This module provides a number of useful grid field components:
|
|
|
|
|
2013-06-22 13:34:27 +02:00
|
|
|
* `GridFieldAddExistingSearchButton` - a more advanced search form for adding
|
|
|
|
items.
|
|
|
|
* `GridFieldAddNewInlineButton` - builds on `GridFieldEditableColumns` to allow
|
|
|
|
inline creation of records.
|
|
|
|
* `GridFieldAddNewMultiClass` - lets the user select from a list of classes to
|
|
|
|
create a new record from.
|
2013-02-07 12:31:12 +01:00
|
|
|
* `GridFieldEditableColumns` - allows inline editing of records.
|
2012-12-30 06:12:06 +01:00
|
|
|
* `GridFieldOrderableRows` - drag and drop re-ordering of rows.
|
2013-06-22 13:34:27 +02:00
|
|
|
* `GridFieldRequestHandler` - a basic utility class which can be used to build
|
|
|
|
custom grid field detail views including tabs, breadcrumbs and other CMS
|
|
|
|
features.
|
2013-02-24 01:09:14 +01:00
|
|
|
* `GridFieldTitleHeader` - a simple header which displays column titles.
|
2013-02-09 06:01:26 +01:00
|
|
|
|
|
|
|
See [docs/en/index.md](docs/en/index.md) for documentation and examples.
|