API-only components
These components will insert themselves into the DOM and generally don't come with a HTML API. Some of them are known to affect the general page layout.
TopBar
The TopBar provides tabs for navigation and buttons for contextual actions.
Beware that this API will be replaced be the ts.ui.Header
in a future release.
Main TabBar
The Main TabBar provides second level tabbed navigation.
Beware that this API will be replaced be the ts.ui.Header
in a future release.
Main ToolBar
The Main ToolBar features a Search and even more buttons for contextual actions.
Beware that this API will be replaced be the ts.ui.Header
in a future release.
Footer
The Footer is positioned below the Main area where it usually functions to display some buttons. But the Footer also supports actions
, which are reserved for working with selected objects of any kind, as well as a Pager and a dedicated Collaboration button.
DatePicker
A easy way to select dates.
Dialog
Works much like the JavaScript confirm()
method.
Notification
Themed variants of the JavaScript alert()
method.
Note
A nice way to inform the user about something in general. This is not for status messages! The Note attaches to the top of the page, so you will have to scroll back up...
UserCard
Show some details about a user.