]
Jay Balunas updated RF-6576:
----------------------------
Component/s: examples
demosite: add datascroller with customized pages facet sample.
--------------------------------------------------------------
Key: RF-6576
URL:
https://jira.jboss.org/jira/browse/RF-6576
Project: RichFaces
Issue Type: Task
Components: examples
Affects Versions: 3.3.0
Reporter: Ilya Shaikovsky
Assignee: Ilya Shaikovsky
Fix For: 3.3.1
Nick, From the beggining I need to talk about the case described at forum.
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4220166#...
B.t.w. I'm able to implement this using
<f:facet name="pages">
<h:panelGroup>
<h:outputText value="Page " />
<input type="text" id="pagerInput"
value="#{pageIndex}" class="rich-filter-input"
style="width:20px" maxlength="5" />
<h:outputText value=" of #{pages} " />
<h:outputLink value="#"
onclick="Event.fire(this, 'rich:datascroller:onscroll',
{'page': isNaN(Number($('pagerInput').value)) ? #{pageIndex} :
Math.floor(Number($('pagerInput').value))});">
<h:outputText value="Go" />
</h:outputLink>
<h:graphicImage width="6" style="border:0;"
value="/images/empty.gif"/>
</h:panelGroup>
</f:facet>
But want to implement as described at forum with simple support within input.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: