Author: abelevich
Date: 2010-02-26 10:14:27 -0500 (Fri, 26 Feb 2010)
New Revision: 16503
Added:
root/ui-sandbox/trunk/components/datascroller/ui/src/main/templates/
root/ui-sandbox/trunk/components/datascroller/ui/src/main/templates/datascroller.template.xml
Removed:
root/ui-sandbox/trunk/components/datascroller/ui/src/main/tempates/
Log:
fix dir name
Added:
root/ui-sandbox/trunk/components/datascroller/ui/src/main/templates/datascroller.template.xml
===================================================================
---
root/ui-sandbox/trunk/components/datascroller/ui/src/main/templates/datascroller.template.xml
(rev 0)
+++
root/ui-sandbox/trunk/components/datascroller/ui/src/main/templates/datascroller.template.xml 2010-02-26
15:14:27 UTC (rev 16503)
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<cdk:root
xmlns="http://richfaces.org/cdk/xhtml-el"
xmlns:cdk="http://richfaces.org/cdk/core"
+
xmlns:c="http://richfaces.org/cdk/jstl/core"
xmlns:cc="http://richfaces.org/cdk/jsf/composite"
+
xmlns:javaee="http://java.sun.com/xml/ns/javaee">
+
+ <cc:interface>
+ <cdk:class>org.richfaces.renderkit.html.GenerateDataScrollerRenderer</cdk:class>
+ <cdk:superclass>org.richfaces.renderkit.DataScrollerBaseRenderer</cdk:superclass>
+ <cdk:component-family>org.richfaces.DataScroller</cdk:component-family>
+ <cdk:renderer-type>org.richfaces.GeneratedDataScroller</cdk:renderer-type>
+ </cc:interface>
+
+ <cc:implementation>
+ <span id="" class="ds_container !ds_container_decor"><!--
Now decor is disabled !!! -->
+
+ <span class="ds_button ds_left ds_disabled">
+ ««
+ </span>
+
+ <span class="ds_button ds_left ds_disabled">
+ «
+ </span>
+
+ <span class="ds_digital" onmouseover="this.className='ds_digital
ds_over'" onmouseout="this.className='ds_digital'"
onmouseup="this.className='ds_digital ds_over'"
onmousedown="this.className='ds_digital ds_press'">
+ </span>
+
+ <span class="ds_button ds_right"
onmousedown="this.className='ds_button ds_right ds_over'"
onmouseup="this.className='ds_button ds_right'"
onmouseout="this.className='ds_button ds_right'">
+ »
+ </span>
+
+ <span class="ds_button ds_right"
onmousedown="this.className='ds_button ds_right ds_over'"
onmouseup="this.className='ds_button ds_right'"
onmouseout="this.className='ds_button ds_right'">
+ »»
+ </span>
+ </span>
+ </cc:implementation>
+</cdk:root>
\ No newline at end of file