[JBoss JIRA] Created: (RF-11144) Add the possibility to configure which jquery version RF will use.
by José Freitas (JIRA)
Add the possibility to configure which jquery version RF will use.
------------------------------------------------------------------
Key: RF-11144
URL: https://issues.jboss.org/browse/RF-11144
Project: RichFaces
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Reporter: José Freitas
This feature would be awesome cause it could easy integration with others components suites like primefaces.
if we could say to richfaces where it could find its jquery reference, we could config it to use jquery from primefaces for example.
<h:outputScript library="primefaces" name="jquery/jquery.js" />
avoiding jquery double loading and conflicts between libs.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 8 months
[JBoss JIRA] Created: (RF-8952) Add <cdk:function> element to template language.
by Alexander Smirnov (JIRA)
Add <cdk:function> element to template language.
------------------------------------------------
Key: RF-8952
URL: https://jira.jboss.org/browse/RF-8952
Project: RichFaces
Issue Type: Task
Security Level: Public (Everyone can see)
Components: CDK
Reporter: Alexander Smirnov
Assignee: Alexander Smirnov
Fix For: 4.0.0.Milestone2
It would be useful to generate html code snippets as Java functions that would be called anywhere from template or java code. For example, html table cells need sofisticated code for iteration while they should be generated inside row elements. The template like this:
<table>
<tbody>
<cdk:call name="renderRows"/>
<cdk:function name="renderRow" >
<tr>
<cdk:call name="renderCells"/>
<cdk:function name="renderCell">
<td>....</td>
</cdk:function>
</tr>
</cdk:function>
</tbody>
</table>
lets to put row/cells rendering logic into Java code (renderRows/renderCells methods ) while template markup still follow desired html code.
P.S. It would be even more convenient to union both calls into single element with name/call attributes.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 8 months
[JBoss JIRA] Created: (RF-11401) Metamer: rich:dataGrid: doubled scroller loss synchronization
by Ján Jamrich (JIRA)
Metamer: rich:dataGrid: doubled scroller loss synchronization
-------------------------------------------------------------
Key: RF-11401
URL: https://issues.jboss.org/browse/RF-11401
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: cdk
Affects Versions: 4.1.0.Milestone2
Environment: RichFaces 4.1.0.20110910-M2 r.
Metamer 4.1.0.20110910-M2 r.22701
Mojarra 2.0.4-b09-jbossorg-4
JBoss Web 7.0.1.Final
Java(TM) SE Runtime Environment 1.6.0_26-b03 @ Linux
Mozilla/5.0 (X11; Linux i686; rv:7.0) Gecko/20100101 Firefox/7.0
Reporter: Ján Jamrich
Fix For: 4.1.0.Milestone2
On page with example for rich:dataGrid with selectBooleanCheckbox and a4j:repeat is dataGrid and scroller on top and above dataGrid.
Moving by top scroller next the bottom scroller is updated correctly. But when move next by bottom scroller, the top scroller remains in first state (don't update current index).
But this happens only in selectBoolean and a4j:repeat example, simple scroller example works correctly.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 8 months