From 229aa5588484d01ed4771281226b106de5a7e2b0 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 28 Jan 2016 11:59:12 +0800 Subject: [PATCH] Roo/bootstrap/Popover.js --- Roo/bootstrap/Popover.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Roo/bootstrap/Popover.js b/Roo/bootstrap/Popover.js index 52084e49f0..383ff87d3f 100644 --- a/Roo/bootstrap/Popover.js +++ b/Roo/bootstrap/Popover.js @@ -75,10 +75,12 @@ Roo.extend(Roo.bootstrap.Popover, Roo.bootstrap.Component, { }, setTitle: function(str) { + this.title = str; this.el.select('.popover-title',true).first().dom.innerHTML = str; }, setContent: function(str) { + this.html = str; this.el.select('.popover-content',true).first().dom.innerHTML = str; }, // as it get's added to the bottom of the page. -- 2.39.2