Author: viktor_volkov
Date: 2008-01-25 05:21:14 -0500 (Fri, 25 Jan 2008)
New Revision: 5620
Modified:
branches/3.1.x/test-applications/facelets/src/main/webapp/DataScroller/DataScroller.xhtml
branches/3.1.x/test-applications/jsp/src/main/webapp/DataScroller/DataScroller.jsp
Log:
all styles and style classes were added to component code
Modified:
branches/3.1.x/test-applications/facelets/src/main/webapp/DataScroller/DataScroller.xhtml
===================================================================
---
branches/3.1.x/test-applications/facelets/src/main/webapp/DataScroller/DataScroller.xhtml 2008-01-25
09:27:00 UTC (rev 5619)
+++
branches/3.1.x/test-applications/facelets/src/main/webapp/DataScroller/DataScroller.xhtml 2008-01-25
10:21:14 UTC (rev 5620)
@@ -14,6 +14,14 @@
onkeypress="showEvent('onkeypressInputID', 'onkeypress
work!')"
onkeyup="showEvent('onkeyupInputID', 'onkeyup work!')"
onmousedown="showEvent('onmousedownInputID', 'onmousedown
work!')"
onmousemove="showEvent('onmousemoveInputID', 'onmousemove
work!')" onmouseout="showEvent('onmouseoutInputID', 'onmouseout
work!')"
+ inactiveStyle="inactiveStyle"
+ selectedStyle="selectedStyle"
+ tableStyleClass="tableStyleClass"
+ styleClass="styleClass"
+ selectedStyleClass="selectedStyleClass"
+ inactiveStyleClass="inactiveStyleClass"
+ style="style"
+ tableStyle="tableStyle"
onmouseover="showEvent('onmouseoverInputID', 'onmouseover
work!')" onmouseup="showEvent('onmouseupInputID', 'onmouseup
work!')"/>
</f:facet>
<h:column>
Modified:
branches/3.1.x/test-applications/jsp/src/main/webapp/DataScroller/DataScroller.jsp
===================================================================
---
branches/3.1.x/test-applications/jsp/src/main/webapp/DataScroller/DataScroller.jsp 2008-01-25
09:27:00 UTC (rev 5619)
+++
branches/3.1.x/test-applications/jsp/src/main/webapp/DataScroller/DataScroller.jsp 2008-01-25
10:21:14 UTC (rev 5620)
@@ -18,6 +18,14 @@
onkeypress="showEvent('onkeypressInputID', 'onkeypress
work!')"
onkeyup="showEvent('onkeyupInputID', 'onkeyup work!')"
onmousedown="showEvent('onmousedownInputID', 'onmousedown
work!')"
onmousemove="showEvent('onmousemoveInputID', 'onmousemove
work!')" onmouseout="showEvent('onmouseoutInputID', 'onmouseout
work!')"
+ inactiveStyle="inactiveStyle"
+ selectedStyle="selectedStyle"
+ tableStyleClass="tableStyleClass"
+ styleClass="styleClass"
+ selectedStyleClass="selectedStyleClass"
+ inactiveStyleClass="inactiveStyleClass"
+ style="style"
+ tableStyle="tableStyle"
onmouseover="showEvent('onmouseoverInputID', 'onmouseover
work!')" onmouseup="showEvent('onmouseupInputID', 'onmouseup
work!')"/>
</f:facet>
<h:column>