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
f63506e394
  1. 1
      Nav.php

1
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