X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=docs%2Fsrc%2FRoo_form_TextItem.js.html;h=f79c5a112d0fc4d1ad26cbf0c84d18632966907d;hp=fe5e5d5ea4fddca758ce96d7278c4de9b6a4e668;hb=41a76ad00f5fc61e2452862ddf6908ae45d7fd73;hpb=405704c45feb8165614b274cf3797b4e1291dd45 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