X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=Roo%2Fform%2FTextItem.js;h=ac41e52939fe993c0f6bba789d007646a6755d0c;hp=e5209f1f5a0e2ecd15315018f7522a1565aaac2c;hb=b2216bde31b34b8ab4b6d7ca7f57c19c0ac93425;hpb=520aa22d24fdc05d2b63fdbcc76c8a516acc43e7 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