From b2216bde31b34b8ab4b6d7ca7f57c19c0ac93425 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 28 Sep 2020 13:12:21 +0800 Subject: [PATCH] Roo/form/TextItem.js --- Roo/form/TextItem.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Roo/form/TextItem.js b/Roo/form/TextItem.js index e5209f1f5a..ac41e52939 100644 --- a/Roo/form/TextItem.js +++ b/Roo/form/TextItem.js @@ -59,6 +59,14 @@ Roo.extend(Roo.form.TextItem, Roo.BoxComponent, { } this.el = ct.createChild(cfg, position); } + }, + /* + * setHTML + * @param {String} html update the Contents of the element. + */ + setHTML : funciton(html) + { + this.fieldEl.dom.innerHTML = html; } }); \ No newline at end of file -- 2.39.2