Author: konstantin.mishin
Date: 2010-07-28 13:14:35 -0400 (Wed, 28 Jul 2010)
New Revision: 18264
Modified:
root/ui-sandbox/inputs/trunk/inputnumberslider/src/main/templates/inputnumberslider.template.xml
Log:
RF-8983
Modified:
root/ui-sandbox/inputs/trunk/inputnumberslider/src/main/templates/inputnumberslider.template.xml
===================================================================
---
root/ui-sandbox/inputs/trunk/inputnumberslider/src/main/templates/inputnumberslider.template.xml 2010-07-28
16:14:09 UTC (rev 18263)
+++
root/ui-sandbox/inputs/trunk/inputnumberslider/src/main/templates/inputnumberslider.template.xml 2010-07-28
17:14:35 UTC (rev 18264)
@@ -40,18 +40,18 @@
</cc:interface>
<cc:implementation>
<span id="#{clientId}" class="rf-ins">
- <a class="rf-ins-db" href="javascript:void(0);" />
+ <a class="rf-ins-db" href="#" />
<span class="rf-ins-ta">
<span class="rf-ins-mn">0</span>
<span class="rf-ins-mx">100</span>
<span class="rf-ins-t">
<span class="rf-ins-h" />
- <span class="rf-ins-tt">#{getInputValue(facesContext,
component)}</span>
</span>
</span>
- <a class="rf-ins-ib" href="javascript:void(0);" />
+ <a class="rf-ins-ib" href="#" />
<input name="#{clientId}" type="text"
class="rf-ins-i" size="3"
value="#{getInputValue(facesContext, component)}" />
+ <span class="rf-ins-tt">#{getInputValue(facesContext,
component)}</span>
<script type="text/javascript">new
RichFaces.ui.InputNumberSlider('#{clientId}');</script>
</span>
</cc:implementation>
Show replies by date