Skip to content

Pop-Over (WebUI)

WARNING

Based on WebUI Popover

Deprecated: Use Modals instead.

Example Usage

popover content

html
$('.js-example').webuiPopover({
    title:       'Webui Popover',
    closeable:   true,
    backdrop:    true,
    dismissible: true,
    width:       580,
    animation:   'pop',
    autoHide:    false,
    offsetTop:   10,
    offsetLeft:  0,
    placement:   'bottom',
    style:       'theme-plausi',
    onHide:      function(element) {
    }
});