Docs: GridFieldDeleteAction

This commit is contained in:
Ingo Schommer 2012-10-05 16:42:01 +02:00
parent a259eaee53
commit 890bac8de3

View File

@ -4,7 +4,7 @@
* as defined by the {@link RelationList} passed to the GridField constructor. * as defined by the {@link RelationList} passed to the GridField constructor.
* Objects can be searched through an input field (partially matching one or more fields). * Objects can be searched through an input field (partially matching one or more fields).
* Selecting from the results will add the object to the relation. * Selecting from the results will add the object to the relation.
* Often used alongside {@link GridFieldRemoveButton} for detaching existing records from a relatinship. * Often used alongside {@link GridFieldDeleteAction} for detaching existing records from a relatinship.
* For easier setup, have a look at a sample configuration in {@link GridFieldConfig_RelationEditor}. * For easier setup, have a look at a sample configuration in {@link GridFieldConfig_RelationEditor}.
*/ */
class GridFieldAddExistingAutocompleter class GridFieldAddExistingAutocompleter