Skip to content

TabPanel

Carlo Barazzetta edited this page Jan 27, 2017 · 2 revisions

Shows subviews as tabbed panels.

Here's an example:

Controller: TabPanel
  Border: True
  # List of views to be auto-opened in tabs.
  SubViews:
    View: ActivityInput
    View: ActivityReport
    View: Projects

And here's the result:

https://github.com/EtheaDev/kitto/wiki/images/TabPanel.png

Clone this wiki locally