X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=Roo%2Fform%2FTextItem.js;h=0582feea6608049b20df8d885267c8c0def268cf;hp=e5209f1f5a0e2ecd15315018f7522a1565aaac2c;hb=41a76ad00f5fc61e2452862ddf6908ae45d7fd73;hpb=405704c45feb8165614b274cf3797b4e1291dd45 diff --git a/Roo/form/TextItem.js b/Roo/form/TextItem.js index e5209f1f5a..0582feea66 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 : function(html) + { + this.fieldEl.dom.innerHTML = html; } }); \ No newline at end of file