Author: nbelaevski
Date: 2010-12-28 10:03:21 -0500 (Tue, 28 Dec 2010)
New Revision: 20829
Modified:
trunk/ui/core/ui/src/main/templates/org/ajax4jsf/renderkit/html/log.template.xml
Log:
added cdk:passThroughWithExclusions to a4j:log component in order to encode
'style' etc. attributes
Modified:
trunk/ui/core/ui/src/main/templates/org/ajax4jsf/renderkit/html/log.template.xml
===================================================================
---
trunk/ui/core/ui/src/main/templates/org/ajax4jsf/renderkit/html/log.template.xml 2010-12-28
15:02:33 UTC (rev 20828)
+++
trunk/ui/core/ui/src/main/templates/org/ajax4jsf/renderkit/html/log.template.xml 2010-12-28
15:03:21 UTC (rev 20829)
@@ -14,7 +14,8 @@
</cc:interface>
<cc:implementation>
- <div id="richfaces.log" class="#{concatClasses('rf-log',
isInline(component.attributes['mode']) ? 'rf-log-inline' :
'rf-log-popup rf-log-popup-cnt',
component.attributes['styleClass'])}">
+ <div id="richfaces.log" class="#{concatClasses('rf-log',
isInline(component.attributes['mode']) ? 'rf-log-inline' :
'rf-log-popup rf-log-popup-cnt',
component.attributes['styleClass'])}"
+ cdk:passThroughWithExclusions="">
<cdk:scriptObject name="options">
<cdk:scriptOption attributes="level hotkey" />
<cdk:scriptOption attributes="mode"
defaultValue="LogMode.DEFAULT" />
Show replies by date