Skip to content

TabPanel

Nando Dessena edited this page Apr 9, 2015 · 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/nandod/kitto/blob/wiki/TabPanel.png

Clone this wiki locally