sventon subversion web client - http://www.sventon.org |
[show recent changes] | |
Rev: 14871 - http://anonsvn.icesoft.org/repo / icefaces / trunk / icefaces / bridge / lib / element.js |
Unified Diff View - element.js |
/icefaces/trunk/icefaces/bridge/lib/element.js @ revision 14870 |
---|
/icefaces/trunk/icefaces/bridge/lib/element.js @ revision 14871 |
@@ -56,6 +56,10 @@ return this.element.id; }, + isSubmit: function() { + return false; + }, + replaceHtml: function(html) { this.withTemporaryContainer(function(container) { container.innerHTML = html; |
sventon 2.5.1