mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-08-07 17:48:54 +00:00
support for setting CSS classes in the designer (#1737)
- provides support for `className` field that Angular 1 designer allows to define for Forms and Form Fields
This commit is contained in:
committed by
Maurizio Vitale
parent
3fee3b5002
commit
0afc6affb6
@@ -1,4 +1,4 @@
|
||||
<div class="dynamic-table-widget"
|
||||
<div class="dynamic-table-widget {{field.className}}"
|
||||
[class.dynamic-table-widget__invalid]="!isValid()" *ngIf="field?.isVisible">
|
||||
<div class="dynamic-table-widget__label">{{content.name}}</div>
|
||||
|
||||
|
Reference in New Issue
Block a user