Searched refs:Popover (Results 1 – 2 of 2) sorted by relevance
532 //** Popover body background color534 //** Popover maximum width536 //** Popover border color538 //** Popover fallback border color541 //** Popover title background color544 //** Popover arrow width546 //** Popover arrow color549 //** Popover outer arrow width551 //** Popover outer arrow color553 //** Popover outer arrow fallback color
1192 var Popover = function ( element, options ) { class1200 Popover.prototype = $.extend({}, $.fn.tooltip.Constructor.prototype, { class1202 constructor: Popover1248 if (!data) $this.data('popover', (data = new Popover(this, options)))1253 $.fn.popover.Constructor = Popover