mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
#967 dynamic container resolution
This commit is contained in:
committed by
Mario Romano
parent
3092cfddaa
commit
084d962230
@@ -79,10 +79,15 @@ export class WidgetComponent implements AfterViewInit {
|
||||
return false;
|
||||
}
|
||||
|
||||
/** @deprecated use onFieldChanged instead */
|
||||
checkVisibility(field: FormFieldModel) {
|
||||
this.fieldChanged.emit(field);
|
||||
}
|
||||
|
||||
onFieldChanged(field: FormFieldModel) {
|
||||
this.fieldChanged.emit(field);
|
||||
}
|
||||
|
||||
protected getHyperlinkUrl(field: FormFieldModel) {
|
||||
let url = WidgetComponent.DEFAULT_HYPERLINK_URL;
|
||||
if (field && field.hyperlinkUrl) {
|
||||
|
Reference in New Issue
Block a user