From 7c3ba9d4bfe97ce5466f8b8e85a63ecd6929569f Mon Sep 17 00:00:00 2001 From: Antony Thorpe Date: Sat, 9 May 2015 21:47:37 +1200 Subject: [PATCH] Update 06_Tabbed_Forms.md Typo. Adding a field to a tab, not from. Thanks. --- docs/en/02_Developer_Guides/03_Forms/06_Tabbed_Forms.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/02_Developer_Guides/03_Forms/06_Tabbed_Forms.md b/docs/en/02_Developer_Guides/03_Forms/06_Tabbed_Forms.md index c958749a8..682c5f8a5 100644 --- a/docs/en/02_Developer_Guides/03_Forms/06_Tabbed_Forms.md +++ b/docs/en/02_Developer_Guides/03_Forms/06_Tabbed_Forms.md @@ -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]. -## Adding a field from a tab. +## Adding a field to a tab :::php $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:FormScaffolder] \ No newline at end of file +* [api:FormScaffolder]