Skip to main content

7 docs tagged with "tabbed"

View all tags

Layout dynamic JS API

The JavaScript API is accessed through the methods on the root layout object and allows for saving/loading the layout state, and dynamically adding items to the layout at runtime.

Layout management

Rapid layout is a module that enables users to perform actions such as dragging, resizing, and re-ordering windows. You can implement this with little effort, or you can build on it to create powerful interactions - such as dynamically adding and removing items, and saving and loading layouts.

Tabs

Tabs are layered sections of content that display one panel of content at a time. Each tab panel has an associated tab element; when this is activated, the panel is displayed. The list of tab elements is arranged along one edge of the currently displayed panel.