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: Nick Belaevski
             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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to