Revision #11 was created by alrazi on Jan 8, 2018, 8:10:37 AM.
update code typo
Content
[...]
**Step 1:** Initialize the Bootstrap Tooltip & Popover plugins in your view layout file `@web\views\layouts\main.php`. Add this to somewhere in the beginning head section (after you have loaded the Jquery using your AppAsset or something similar).
```php
$js = <<< 'SCRIPT'
/* To initialize BS3 tooltips set this below */
$(function () {
$("[data-toggle='tooltip']").tooltip();
});;
/* To initialize BS3 popovers set this below */