From: Alan Knowles Date: Mon, 28 Sep 2020 05:13:35 +0000 (+0800) Subject: sync X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=2a6a3f9149e0c1aa82e3ff5fb15ca8ee534ca9d6 sync --- 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