DOCS Fix link to common subclasses of form fields

This commit is contained in:
Cam Findlay 2015-05-23 17:30:09 +12:00
parent cc6a2ef757
commit 058a08f84f

View File

@ -100,7 +100,7 @@ Some common examples are [api:TextField] or [api:DropdownField].
TextField::create($name, $title, $value); TextField::create($name, $title, $value);
<div class="info" markdown='1'> <div class="info" markdown='1'>
A list of the common FormField subclasses is available on the [Common Subclasses](fields/common_subclasses) page. A list of the common FormField subclasses is available on the [Common Subclasses](field_types/common_subclasses/) page.
</div> </div>
The fields are added to the [api:FieldList] `fields` property on the `Form` and can be modified at up to the point the The fields are added to the [api:FieldList] `fields` property on the `Form` and can be modified at up to the point the