Implement how to display subwidgets

You may want to include widgets within other widgets, this is what we call subwidgets.

This page discusses:

See Also
Widget architecture
Widget manifest
Implement how to display subwidgets
Update widgets with Mashup Ajax Client
Troubleshooting

You can choose between two modes to display subwidgets in widget containers:

  • List mode (default behavior), to display subwidgets in a list, one after the other.

  • Layout mode, to display subwidgets in rows and columns. For example, see the Tab and Table widgets.

Once the widget is packaged with the required code in the widget.xml and widget.jsp files, a new Edit Widget Layout entry is available in the widget menu, to let you customize the layout, exactly like a page.