mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #4173 from AntonyThorpe/patch-4
DOCS Update 06_Tabbed_Forms.md
This commit is contained in:
commit
8e4e2b4fa8
@ -19,7 +19,7 @@ name, and normally they all exist under the `Root` [api:TabSet].
|
|||||||
display up to two levels of tabs in the interface. If you want to group data further than that, try [api:ToggleField].
|
display up to two levels of tabs in the interface. If you want to group data further than that, try [api:ToggleField].
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
## Adding a field from a tab.
|
## Adding a field to a tab
|
||||||
|
|
||||||
:::php
|
:::php
|
||||||
$fields->addFieldToTab('Root.Main', new TextField(..));
|
$fields->addFieldToTab('Root.Main', new TextField(..));
|
||||||
@ -52,4 +52,4 @@ display up to two levels of tabs in the interface. If you want to group data fur
|
|||||||
|
|
||||||
## API Documentation
|
## API Documentation
|
||||||
|
|
||||||
* [api:FormScaffolder]
|
* [api:FormScaffolder]
|
||||||
|
Loading…
Reference in New Issue
Block a user