UNPKG

@chatterton/angular2-schema-form

Version:

Angular2 Schema Form (DISCLAIMER: it is not related to angular-schema-form)

6 lines (5 loc) 272 B
<div class="widget form-group"> <label [attr.for]="id" class="horizontal control-label">{{schema.title}}</label> <tinymce [formControl]="control" [id]="id" [readonly]="schema.readonly"></tinymce> <span *ngIf="schema.help" class="formHelp">{{schema.help}}</span> </div>