Browse Source

complete docs about Nav to include the style

without a `nav-tabs` or `nav-pills` class a nav is not complete.

http://getbootstrap.com/components/#nav

fixes #6768
tags/2.0.2
Carsten Brandt 10 years ago
parent
commit
7af1f11b92
  1. 1
      extensions/bootstrap/Nav.php

1
extensions/bootstrap/Nav.php

@ -35,6 +35,7 @@ use yii\helpers\Html;
* ],
* ],
* ],
* 'options' => ['class' =>'nav-pills'], // set this to nav-tab to get tab-styled navigation
* ]);
* ```
*

Loading…
Cancel
Save