Revision #10 was created by Kartik V on Sep 25, 2014, 11:51:10 AM.
Typo corrected
Content
[...]
// element (set the title or data-title attribute
// to type in tooltip content)
echo 'Testing for ' . Html::tag('span', 'tooltip', [
'title'=>'This is a test tooltip',
'data-toggle'=>'tooltip',
'style'=>'text-decoration: underline:; cursor:pointer;'
]);
```