Esempio n. 1
0
<div class="row">
    <div class="col-md-6">
        <?php 
echo Collapse::widget([]);
?>
    </div>

    <div class="col-md-6">



        <?php 
echo Box::begin(['type' => 'success', 'noPadding' => true, 'header' => ['title' => 'Carousel']]);
?>

        <?php 
echo Carousel::widget(['items' => ['<img src="http://placehold.it/900x500/f39c12/ffffff&text=I+Love+Bootstrap"/>', ['content' => '<img src="http://placehold.it/900x500/ff0000/ffffff&text=I+Love+Bootstrap"/>'], ['content' => '<img src="http://placehold.it/900x500/ffcc00/ffffff&text=I+Love+Bootstrap"/>', 'caption' => '<h4>This is title</h4><p>This is the caption text</p>', 'options' => []]], 'controls' => ['<span class="fa fa-angle-left"></span>', '<span class="fa fa-angle-right"></span>']]);
?>
        <?php 
echo Box::end();
?>
    </div>


</div>


<?php 
echo Html::pageHeader('Typography');