Nuclos web client addon: layout addon, GUI component, LAYOUT_CONTEXT, getAddonProperty, addon-api, Angular, modularity. |
Language: Deutsch · English
Extend the web client with addons – layout components, dashboard, background functions and the addon API.
Auf dieser Seite |
With addons, the web client can be extended with (project-specific) functions that should not become part of the Nuclos core.
Via a defined API, addons access data and functions of the web client, e.g. the layout context:
@Inject(LAYOUT_CONTEXT) private layoutContext: LayoutContext;
// ...
this.layoutContext.getAddonProperty('someProperty'); |
The development environment for addons is described in JS web client development environment (package |