From 4b428fee1b2ad69cc51ac14233e2ba6258b2946d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 20 Feb 2014 16:34:01 +0800 Subject: [PATCH] Roo/bootstrap/Popover.js --- Roo/bootstrap/Popover.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Roo/bootstrap/Popover.js b/Roo/bootstrap/Popover.js index 0fd4b33752..fb238d7276 100644 --- a/Roo/bootstrap/Popover.js +++ b/Roo/bootstrap/Popover.js @@ -12,7 +12,7 @@ * @cfg {String} html contents of the popover (or false to use children..) * @cfg {String} title of popover (or false to hide) * @cfg {String} placement how it is placed - * @cfg {String} trigger (or false to trigger manually) + * @cfg {String} trigger click || hover (or false to trigger manually) * @cfg {String} over what (parent or false to trigger manually.) * * @constructor @@ -30,7 +30,7 @@ Roo.extend(Roo.bootstrap.Popover, Roo.bootstrap.Component, { html: false, placement : 'right', - trigger : 'click', + trigger : 'click', // hover over: 'parent', -- 2.39.2