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=2a6a3f9149e0c1aa82e3ff5fb15ca8ee534ca9d6;hpb=50c07730c9ad9d63cc1e5a36ffe9158672909d42 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