You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ronald Baltus edited this page Jun 13, 2013
·
1 revision
The SxBootstap tooltip view helper shows a tooltip made with the twitter bootstrap.
The following syntax builds the tooltip. It is possible to chain types.
<?php// available parameters: string, stringecho$this->sxbTooltip('Hover over me!', 'I will appear!', 'optional href for click');
?>
<?php// Chained exampleecho$this->sxbTooltip()->setTitle('Hover over me!')->setContent('I will appear!');
?>