Marcus 59a90ab385 Merge pull request #117 from SilbinaryWolf/fix-addnewmulticlass-abstract-class-bug
Fixed bug where abstract classes aren't ignored with GridFieldAddNewMultiClass
2015-12-11 12:09:08 +11:00
2014-10-06 17:51:59 +02:00
2014-12-02 17:05:01 +02:00
2014-11-21 19:17:10 +01:00
2015-11-17 15:05:44 +01:00
2015-09-07 10:40:40 +12:00
2013-09-02 20:03:53 +10:00
2014-12-28 10:11:38 +00:00

SilverStripe Grid Field Extensions Module

Build Status

This module provides a number of useful grid field components:

  • 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.
  • GridFieldEditableColumns - allows inline editing of records.
  • GridFieldOrderableRows - drag and drop re-ordering of rows.
  • GridFieldRequestHandler - a basic utility class which can be used to build custom grid field detail views including tabs, breadcrumbs and other CMS features.
  • GridFieldTitleHeader - a simple header which displays column titles.

See docs/en/index.md for documentation and examples.

Description
A collection of useful grid field components.
Readme 1.2 MiB
Languages
PHP 80.5%
JavaScript 13.7%
Scheme 3%
CSS 2.8%