This extension is used to build tab widget.
build and watch
npm run build
npm run watch
Authoring
- After uploaded tabWidget extension, add tabs from Custom widgets panel.
- Add widgets to the tab widget in the similar way as adding widgets to dashboard canvas.
- Adjust tab widget properties from properties panel to show different tab appearances and layouts.
Limitations
- Current extension version does not automatically organize widget connections by tabs. By default all widgets of the parent tab including normal widgets and tab widgets are belonging to a single connection group. The default behavior may not be appropriate for your case but you can work around this by manually adjust the widget connections.
- Tabs in this widget cannot be dragged to new positions to reorder them like the ones on the main canvas. Tabs can be added to the end of the list with the Add new tab button, or inserted between other tabs by duplicating an existing tab.
- Nesting a tab widget inside another tab widget is not recommended.