[JBoss JIRA] Created: (RF-6852) Realworld demo needs to be renamed, packaged, and documented
by Jay Balunas (JIRA)
Realworld demo needs to be renamed, packaged, and documented
------------------------------------------------------------
Key: RF-6852
URL: https://jira.jboss.org/jira/browse/RF-6852
Project: RichFaces
Issue Type: Task
Components: examples
Reporter: Jay Balunas
Assignee: Andrey Markhel
Priority: Critical
Fix For: 3.3.1
Realworld is not descriptive and does not easily allow for additional demos.
Instead of realworld it should be "photo album" or "photoalbum" for java packages, and other places where one word is required.
The demo should also be moved to a new directory called "examples" in the svn. So the new locations would be "trunk\examples\photoalbum"
The docs team will also need to update their documentation to refer to this example as the photo album demo, and not as the real world demo.
--
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
16 years, 11 months
[JBoss JIRA] Created: (RF-6576) demosite: add datascroller with customized pages facet sample.
by Ilya Shaikovsky (JIRA)
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
16 years, 11 months