Author: nbelaevski
Date: 2008-04-29 12:00:07 -0400 (Tue, 29 Apr 2008)
New Revision: 8340
Modified:
trunk/ui/core/src/main/templates/org/ajax4jsf/renderkit/html/log.jspx
Log:
http://jira.jboss.com/jira/browse/RF-3213
Modified: trunk/ui/core/src/main/templates/org/ajax4jsf/renderkit/html/log.jspx
===================================================================
--- trunk/ui/core/src/main/templates/org/ajax4jsf/renderkit/html/log.jspx 2008-04-29
15:49:36 UTC (rev 8339)
+++ trunk/ui/core/src/main/templates/org/ajax4jsf/renderkit/html/log.jspx 2008-04-29
16:00:07 UTC (rev 8340)
@@ -24,9 +24,9 @@
x:style='width:#{component.width};height:#{component.height};overflow:auto;#{component.attributes["style"]}'
x:passThruWithExclusions="value,name,id,style"
+ <button
onclick="LOG.clear()">Clear</button><br />
<script type="text/javascript">
LOG.LEVEL = LOG.#{component.level};
- LOG.clear();
</script>
</div>
<jsp:scriptlet> } </jsp:scriptlet>