[ADF-#2983] Renamed interface files and fixed links (#2988)

* [ADF-#2983] Renamed interface files

* [ADF-#2983] Fixed links to changed filenames
This commit is contained in:
Andy Stark
2018-02-23 15:48:43 +00:00
committed by Eugenio Romano
parent f7cfccc7d9
commit 69fd016d32
11 changed files with 17 additions and 19 deletions
+2 -3
View File
@@ -11,7 +11,6 @@ Shows a Form from APS (see it live: [Form Quickstart](https://embed.plnkr.co/YSL
- [Basic Usage](#basic-usage)
- [Properties](#properties)
- [Advanced properties](#advanced-properties)
- [Events](#events)
- [Details](#details)
@@ -233,7 +232,7 @@ property. Each validator implements checks for a particular type of data (eg, a
date validator might check that the date in the field falls between 1980 and 2017).
ADF supplies a standard set of validators that handle most common cases but you can
also implement your own custom validators to replace or extend the set. See the
[FormFieldValidator](FormFieldValidator.md) class for full details and examples.
[FormFieldValidator](form-field-validator.interface.md) class for full details and examples.
## Other documentation
@@ -310,7 +309,7 @@ Using the CSS you can target any outcome ID and change the style as in this exam
## See also
- [Stencils](stencils.md)
- [FormFieldValidator](FormFieldValidator.md)
- [FormFieldValidator](form-field-validator.interface.md)
- [Extensibility](extensibility.md)
- [Form rendering service](form-rendering.service.md)
- [Form field model](form-field.model.md)