API Docs for: 0.0.2
Show:

layout.TabSpec Class

Spec of config options for tab layout

Item Index

Attributes

Attributes

closable

Boolean

True to make child closable by adding close button to tab

Default: false

icon

String

Path to icon to show left of title.

Default: undefined

tabs

String

Where to render tab strip, left,right,top or bottom

Default: 'top'

title

String

Alternative title to use in tab. By default view.getTitle() will be used

Default: undefined

type

String

type attribute of parent must be set to "tab" to get tab layout

Example:

new ludo.View({
    layout:{
        type:'tab'
        }
    });