tree: 1b0ae8d4a25351e1c95ec5dd2a12caca5e0c0438 [path history] [tgz]
  1. demo.html
  2. demo.js
  3. readme.md
xos-apps/auto-scale/gui/src/vendor/ui.bootstrap/src/tabs/docs/readme.md

AngularJS version of the tabs directive.

Settings

<uib-tabset>

  • vertical (Defaults: false) : Whether tabs appear vertically stacked.

  • justified (Defaults: false) : Whether tabs fill the container and have a consistent width.

  • type (Defaults: 'tabs') : Navigation type. Possible values are 'tabs' and 'pills'.

<uib-tab>

  • heading or <uib-tab-heading> : Heading text or HTML markup.

  • active (Defaults: false) : Whether tab is currently selected.

  • disable (Defaults: false) : Whether tab is clickable and can be activated. Note that this was previously the disabled attribute, which is now deprecated.

  • select() (Defaults: null) : An optional expression called when tab is activated.

  • deselect() (Defaults: null) : An optional expression called when tab is deactivated.