[JBoss JIRA] Created: (RF-10682) Column - @width does not have any effect
by Lukas Fryc (JIRA)
Column - @width does not have any effect
----------------------------------------
Key: RF-10682
URL: https://issues.jboss.org/browse/RF-10682
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-tables
Affects Versions: 4.0.0.CR1
Environment: RichFaces 4.0.0-SNAPSHOT r.22025
Metamer 4.0.0-SNAPSHOT r.22035
Mojarra 2.0.4-b09
Apache Tomcat 6.0.29
OpenJDK Runtime Environment 1.6.0_20-b20 @ Linux
Chrome 9.0.597.107 @ Linux x86_64
Reporter: Lukas Fryc
Please check Metamer's Column sample - I found that attribute list is quite stale and after its update identified following problem:
@width doesn't change column's width (used "500" and "500px" values)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 6 months
[JBoss JIRA] Created: (RF-11194) rich:editor - add ondirty event handler
by Lukáš Fryč (JIRA)
rich:editor - add ondirty event handler
---------------------------------------
Key: RF-11194
URL: https://issues.jboss.org/browse/RF-11194
Project: RichFaces
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: component-output
Affects Versions: 4.1.0.Milestone1
Reporter: Lukáš Fryč
This handler will trigger everytime the editing content will be changed, so it would be possible to trigger events.
Particular use case:
{code:XML}
<rich:editor>
<a4j:attachQueue delay="5000" />
<a4j:ajax event="dirty" />
</rich:editor>
{code}
This will make editor to save content each 5 seconds after changing the content.
This event handler differs from onchange, because onchange is fired only when blurring the editor with changed content (this behavior is aligned with other standard input components).
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 6 months
[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, 6 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, 6 months