X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=roojs-ui-debug.js;fp=roojs-ui-debug.js;h=5f0b4e6301bf6bdf4f26c91a1df202c63e4c78bc;hp=53a96efe080c868b3a2195ca69162cae459a6f2a;hb=50c07730c9ad9d63cc1e5a36ffe9158672909d42;hpb=b2216bde31b34b8ab4b6d7ca7f57c19c0ac93425 diff --git a/roojs-ui-debug.js b/roojs-ui-debug.js index 53a96efe08..5f0b4e6301 100644 --- a/roojs-ui-debug.js +++ b/roojs-ui-debug.js @@ -15904,6 +15904,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; } });/*