Custom content
An AngularJS HTML template with the following variables in its scope:
Name Type | Return type | Description |
---|---|---|
|
| an internal Docupace Start UI object associated with this field |
|
| available only on input fields and field groups, a reference to the fields input model |
|
| an index of Rich Text field in the parent Field Group or on the page |
Example of Custom content
Field value: {{ viewModel.model.value }}
<span ng-show="!viewModel.model.validityState.isValid">
(invalid)
</span>