We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The SxBootstap wel view helper shows a well made with the twitter bootstrap. The following syntax builds the well.
<?php echo $this->sxbWell($string); ?>
<?php echo $this->sxbWell('wellContent'); ?>
<?php // small, large echo $this->sxbWell('wellContent')->small(); ?>
<?php // addClass echo $this->sxbWell($string)->addClass('wellClass'); ?>