silverstripe-framework/docs/en/02_Developer_Guides/03_Forms/How_Tos
GuySartorelli 5c54276b6f
ENH Make all GridField components injectable (using abstract class) (#10204)
* ENH Make all GridField components injectable.

Some components were already injectable, but all GridField components shipped in silverstripe should be injectable.
This makes it a LOT easier to make global project-specific changes to a given component.
The new AbstractGridFieldComponent also makes it easy to make similar wide-spread changes in the future.

* DOCS Encourage injection for GridField and GridFieldComponents.
2022-02-02 11:14:33 +13:00
..
01_Encapsulate_Forms.md DOCS Update all occurrences of /app/code/ to /app/src/ for correct v4 structure 2021-10-07 09:13:26 +01:00
02_Lightweight_Form.md DOCS Update all occurrences of /app/code/ to /app/src/ for correct v4 structure 2021-10-07 09:13:26 +01:00
03_Create_a_GridFieldComponent.md ENH Make all GridField components injectable (using abstract class) (#10204) 2022-02-02 11:14:33 +13:00
04_Create_a_GridField_ActionProvider.md ENH Make all GridField components injectable (using abstract class) (#10204) 2022-02-02 11:14:33 +13:00
05_Simple_Contact_Form.md MNT Fix various typos with codespell (#10177) 2021-12-13 21:05:33 +13:00
06_Handle_Nested_data.md DOC Handling nested form data 2021-05-20 20:32:27 +12:00
index.md NEW: Update docs to be compliant with Gatsby site (#9314) 2019-11-18 17:58:33 +13:00