Merge pull request #258 from halkyon/doc_changes

MINOR Fix reference in docs to class that doesn't exist (GridFieldExportButton)
This commit is contained in:
Will Rossiter 2012-03-23 17:30:06 -07:00
commit fd649a418d

View File

@ -176,7 +176,7 @@ To customize the exported columns, override the edit form implementation in your
$form = parent::getEditForm($id);
if($this->modelClass == 'Product') {
$grid = $form->Fields()->fieldByName('Product');
$grid->getConfig()->getComponentByType('GridFieldExporter')
$grid->getConfig()->getComponentByType('GridFieldExportButton')
->setExportColumns(array(
// Excludes 'ProductCode' from the export
'Name' => 'Name',
@ -224,4 +224,4 @@ For an introduction how to customize the CMS templates, see our [CMS Architectur
* [genericviews Module](http://silverstripe.org/generic-views-module)
* [Presentation about ModelAdmin at SupperHappyDevHouse Wellington](http://www.slideshare.net/chillu/modeladmin-in-silverstripe-23)
* [Reference: CMS Architecture](../reference/cms-architecture)
* [Howto: Extend the CMS Interface](../howto/extend-cms-interface)
* [Howto: Extend the CMS Interface](../howto/extend-cms-interface)