Flyout Widgets
A Flyout Widget is similar to the Browser Widget in that it displays an HTML Page or website, but it also has the ability to be collapsed to a tab.
Use a Flyout Widget to display a website, send a POST request to a URL, and store and use the data from a POST response. See Flyout Widget Properties and Create a Flyout Widget.
Examples for using Flyout Widgets include:
- Create a chat window and collapse to a tab when not needed.
- Display a website and collapse to a tab when not needed.
- Display a custom CSM-built HTML Page and collapse to a tab when not needed.
- Send a POST request to a URL. Store and use the data from a POST response.