<tr><td>htmlOptions</td><td>array</td><td></td><td>Button group HTML attributes.</td></tr>
</tbody>
</table>
<pclass="read-more"><ahref="http://twitter.github.com/bootstrap/components.html#buttonGroups"rel="no-follow"target="_blank">Button group documentation</a></p>
<tr><td>type</td><td>string</td><td></td><td>Navbar type. Set this value to <code>inverse</code> for a dark navbar.</td></tr>
<tr><td>brand</td><td>string</td><td></td><td>Brand link text.</td></tr>
<tr><td>brandUrl</td><td>string</td><td></td><td>Brand link URL.</td></tr>
<tr><td>brandOptions</td><td>array</td><td></td><td>Brand link HTML attributes.</td></tr>
<tr><td>fixed</td><td>string</td><td><code>top</code></td><td>Fix location of the navbar. Valid values are <code>top</code> and <code>bottom</code>.</td></tr>
<tr><td>fluid</td><td>boolean</td><td><code>false</code></td><td>Whether the navbar should span over the full width of the document.</td></tr>
<tr><td>collapse</td><td>boolean</td><td><code>false</code></td><td>Whether the navbar should collapse on narrow screens.</td></tr>
<tr><td>type</td><td>string</td><td><code>vertical</code></td><td>Form type. Valid values are <code>vertical</code>, <code>inline</code>, <code>horizontal</code> and <code>search</code>.</td></tr>
<tr><td>inlineErrors</td><td>boolean</td><td></td><td>Whether to display errors as blocks.</td></tr>
<tr><td>encodeHeading</td><td>boolean</td><td><code>true</code></td><td>Whether to encode the heading text.</td></tr>
<tr><td>headingOptions</td><td>array</td><td></td><td>Heading text HTML attributes.</td></tr>
<tr><td>htmlOptions</td><td>array</td><td></td><td>Hero unit HTML attributes.</td></tr>
</tbody>
</table>
<pclass="read-more"><ahref="http://twitter.github.com/bootstrap/components.html#typography"rel="no-follow"target="_blank">Hero unit documentation</a></p>
<tr><td>closeText</td><td>string|boolean</td><td><code>&times;</code></td><td>Close link text. Set to <code>false</code> in order to hide the close link.</td></tr>
<tr><td>block</td><td>boolean</td><td><code>true</code></td><td>Whether to display the alerts as blocks.</td></tr>
<tr><td>fade</td><td>boolean</td><td><code>true</code></td><td>Whether alerts should use transitions.</a></td></tr>
<tr><td>htmlOptions</td><td>array</td><td></td><td>Container HTML attributes.</td></tr>
<?phpecho$phpLighter->highlight("Yii::app()->user->setFlash('success', '<strong>Well done!</strong> You successfully read this important alert message.');
Yii::app()->user->setFlash('info', '<strong>Heads up!</strong> This alert needs your attention, but it\'s not super important.');
...
...
@@ -1188,11 +1409,30 @@ Yii::app()->user->setFlash('error', '<strong>Oh snap!</strong> Change a few thin
<tr><td>type</td><td>string</td><td></td><td>Progress bar type. Valid values are <code>info</code>, <code>success</code>, <code>warning</code> and <code>danger</code>.</td></tr>
<tr><td>striped</td><td>boolean</td><td><code>false</code></td><td>Whether the bar should be striped.</td></tr>
<tr><td>animated</td><td>boolean</td><td><code>false</code></td><td>Whether the bar should be animated.</td></tr>
<tr><td>percent</td><td>integer</td><td><code>0</code></td><td>Progress in percent.</td></tr>
<tr><td>htmlOptions</td><td>array</td><td></td><td>Progress bar HTML attributes.</td></tr>
</tbody>
</table>
<pclass="read-more"><ahref="http://twitter.github.com/bootstrap/components.html#progress"rel="no-follow"target="_blank">Progress bar documentation</a></p>
<tr><td>placement</td><td>string</td><td></td><td>Tab placement. Valid values are <code>above</code>, <code>below</code>, <code>left</code> and <code>right</code>.</td></tr>