Skip to content
VMBindraban edited this page Mar 4, 2013 · 1 revision

The SxBootstap wel view helper shows a well made with the twitter bootstrap. The following syntax builds the well.

<?php
echo $this->sxbWell($string);
?>

Explicit usage

<?php
echo $this->sxbWell('wellContent');
?>

Class types

<?php
// small, large
echo $this->sxbWell('wellContent')->small();
?>

Content types

<?php
// addClass
echo $this->sxbWell($string)->addClass('wellClass');
?>
Clone this wiki locally