Component Selector: 'wm-formscontainer'
Property
Get/Set
Notify Changes
Details
openedComponents: { [id: string]: ComponentRef\ };
No
Contains the opened components that are being displayed by the FormsContainer component.
Method
Supported
loadComponent
Yes
Renders a form component inside the FormsContainer component.
bringToFront
Moves to top view the form with the route url passed as parameter.
url
disposeComponent
Removes an existing form component from the FormsContainer.
navigateToForm
Receives a form ID and navigates to that form.
navigateToSystemDialog
Receives dialog data {dialog, arguments} and displays a new instance of system dialog.
{dialog, arguments}
Event
Parameter
No events supported
Last updated 5 years ago
Was this helpful?