January 13, 2026
Adding items to Launch Pad Widget
Learn how to add items via My Apps Content App
Manage a customizable list of user specific widgets that a user will see.
| Title | The Display Title on the Mebar for this widget. Multilingual versions of this title will be managed in this content app in each language version of the content |
| WidgetInstanceName | The name of the widget instance to be displayed on the mebar |
| WidgetInstanceId | The widget instance ID to be displayed, acquire this value from the widget manager of the specific widget to display |
| Collapsed | If check then the widget on the mebar will appear in a collapsed state, else unchecked the widget will appear within the mebar in a non-collapsed state. |
| ItemOrder | Controlled and set by the slider type App, determines the display order of the widgets |
| ItemActive | Controlled and set by the slider type App, determines if the widget will be available for the end user. an Inactive widget will not be seen on the front end site. |
| List is on Root Site | When checked, the widget references the list on parent/root site collection. |
| List Name | Name of the SharePoint list that contains the data to be displayed for this widget instance |
| Welcome Message | Message that is displayed on the widget |
| Site Collection URL | Site collection URL where the SharePoint list defined in "List Name" can be found. |
| viewxml | XML code used in the view |
| Cache Interval | Sets the time, in minutes, that the data should be saved in the local browser cache of the current user.
· 0 = Do not cache the data for this widget · -1 = Use the default caching strategy set via Site Creator Whole Number = Cache for specific time, in minutes |
| Function to call after fetching data | OOTB -Blank (used for widget expansion): Name of the function called after data has been fetched by the widget. |
| Function to call before binding the UI events | OOTB -Blank (used for widget expansion): Name of the function called after the UI has been rendered to the screen |
| Selected list columns | Columns in the SharePoint list that the widget is utilizing |
| Display the user's background Image | If selected will display the user's background image as the background image at the top of the widget. A SharePoint "user property" must be created if this is checked to store the user's preferred background image, please visit here to learn more.
Uncheck this box if background images are not going to be used on this site |
| dependencies | Widget that this widget depends on, in this case the GenericListWidget |