[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, 7 months
[JBoss JIRA] (RF-11588) HeaderClass is ignored on ExtendedDataTable column
by Cody Lerum (Created) (JIRA)
HeaderClass is ignored on ExtendedDataTable column
--------------------------------------------------
Key: RF-11588
URL: https://issues.jboss.org/browse/RF-11588
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.1.0.Milestone3
Reporter: Cody Lerum
When a header class is defined on a rich:column inside an rich:extendedDataTable it is ignored
Assume
{code}
<rich:column headerClass="left" styleClass="left">
<f:facet name="header">Foo</f:facet>
<h:outputText value="Bar" />
</rich:column>
{code}
What is rendered is
{code}
<td>
<div class="rf-edt-rsz-cntr rf-edt-c-j_idt384" style="">
<div class="rf-edt-rsz"></div>
</div>
<div class="rf-edt-hdr-c rf-edt-c-j_idt384 left" style="height: 21px; ">
<div class="rf-edt-hdr-c-cnt">Foo</div>
</div>
</td>
{code}
My style left is applied but the header is one level lower and has rf-edt-hdr-c-cnt style which will always make it center
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 7 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, 7 months
[JBoss JIRA] (RF-12092) a4j:poll : a4j:status never clears
by Robert Gary (JIRA)
Robert Gary created RF-12092:
--------------------------------
Summary: a4j:poll : a4j:status never clears
Key: RF-12092
URL: https://issues.jboss.org/browse/RF-12092
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-push/poll
Affects Versions: 4.2.0.Final
Reporter: Robert Gary
When a4j:poll fires a4j:status correctly displays the request is in progress. However, it never shows it complete. Using any other a4j component will correctly update the a4j:status. So if the a4j:status is stuck showing its waiting because of an a4j:poll if you click on an a4j:commandButton the a4j:status will correctly show its now complete.
<a4j:poll id="ajaxPoll" interval="5000" enabled="true" action="#{faces$DiscoveryStatus.poll}"
render="#{faces$DiscoveryStatus.reRenderStr}"/>
<a4j:status id="a4jstatus">
<f:facet name="start">
<img src='/images/ajax-loader.gif'/>
</f:facet>
<!--<f:facet name="stop">-->
<!--<img src="/appiq/images/minor_icon.gif"/>-->
<!--</f:facet>-->
</a4j:status>
This code works correctly in RF 3.3.3.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 7 months
[JBoss JIRA] (RF-12081) Problem with RichEditor RF 4.2.0
by phelen harg (JIRA)
phelen harg created RF-12081:
--------------------------------
Summary: Problem with RichEditor RF 4.2.0
Key: RF-12081
URL: https://issues.jboss.org/browse/RF-12081
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input
Affects Versions: 4.2.0.Final
Reporter: phelen harg
I'm migrating my Application from RF 3.3.3 to RF 4.2.0. But now i'm facing a problem with the richEditor. When I load the the component, all the links in application receive a background like this picture:
Analizing the code with Firebug, I found the problem in the CSS of RichEditor. /org.richfaces.resources/javax.faces.resource/org.richfaces.ckeditor/skins/richfaces/editor.ecss?db=eAHj0yqqAgACGAEl
If I erase the CSS the backgroud disappear. There is some kind of workaround for this?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 7 months