From d01d9b45514b4db89c5cd922c00bdc53c058dd31 Mon Sep 17 00:00:00 2001 From: edward Date: Fri, 6 Nov 2015 11:14:43 +0800 Subject: [PATCH] Roo/bootstrap/Element.js --- Roo/bootstrap/Element.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Roo/bootstrap/Element.js b/Roo/bootstrap/Element.js index 1d4ed1ba0f..1301a78807 100644 --- a/Roo/bootstrap/Element.js +++ b/Roo/bootstrap/Element.js @@ -40,6 +40,16 @@ Roo.extend(Roo.bootstrap.Element, Roo.bootstrap.Component, { return cfg; + }, + + getValue : function() + { + return this.el.dom.innerHTML; + }, + + setValue : function(value) + { + this.el.dom.innerHTML = value; } }); -- 2.39.2