[richfaces-issues] [JBoss JIRA] Commented: (RF-6576) demosite: add datascroller with customized pages facet sample.

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Tue Apr 21 09:26:22 EDT 2009


    [ https://jira.jboss.org/jira/browse/RF-6576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12463404#action_12463404 ] 

Ilya Shaikovsky commented on RF-6576:
-------------------------------------

maybe lets implement 

next(step) and previous(step) in order to have two functions for 4 buttons? 


> 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
>    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#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: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list