From 2a6a3f9149e0c1aa82e3ff5fb15ca8ee534ca9d6 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 28 Sep 2020 13:13:35 +0800 Subject: [PATCH] sync --- docs/src/Roo_form_TextItem.js.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/src/Roo_form_TextItem.js.html b/docs/src/Roo_form_TextItem.js.html index fe5e5d5ea4..f79c5a112d 100644 --- a/docs/src/Roo_form_TextItem.js.html +++ b/docs/src/Roo_form_TextItem.js.html @@ -59,6 +59,14 @@ } this.el = ct.createChild(cfg, position); } + }, + /* + * setHTML + * @param {String} html update the Contents of the element. + */ + setHTML : function(html) + { + this.fieldEl.dom.innerHTML = html; } }); \ No newline at end of file -- 2.39.2