X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=docs%2Fsymbols%2Fsrc%2FRoo_bootstrap_Popover.js.html;h=6e8bdda26080da5273bdf9dd235be3dd7561b974;hb=0f6da8dbf4b36b72a89b53f82533f8aa5d48c1c7;hp=989a7aff8d43fda35f6e782e4af93818168a3b27;hpb=d11f6140a51ba34a93304bec86beec2b3b738a8d;p=roojs1 diff --git a/docs/symbols/src/Roo_bootstrap_Popover.js.html b/docs/symbols/src/Roo_bootstrap_Popover.js.html index 989a7aff8d..6e8bdda260 100644 --- a/docs/symbols/src/Roo_bootstrap_Popover.js.html +++ b/docs/symbols/src/Roo_bootstrap_Popover.js.html @@ -160,8 +160,7 @@ }, enter : function () { - - + clearTimeout(this.timeout); this.hoverState = 'in'; @@ -177,6 +176,7 @@ } }, this.delay.show) }, + leave : function() { clearTimeout(this.timeout); @@ -199,6 +199,7 @@ if (!on_el) { on_el= (this.over == 'parent') ? this.parent().el : Roo.get(this.over); } + // set content. this.el.select('.popover-title',true).first().dom.innerHtml = this.title; if (this.html !== false) { @@ -245,6 +246,8 @@ // fade it? } + this.hoverState = 'in'; + this.fireEvent('show', this); },