[
https://jira.jboss.org/browse/RF-7995?page=com.atlassian.jira.plugin.syst...
]
Ilya Shaikovsky updated RF-7995:
--------------------------------
Fix Version/s: Future_4.X
(was: Future_3.X)
Component/s: component-input
drag and drop with calendar: allow to use dnd in calendar date cell
markup
--------------------------------------------------------------------------
Key: RF-7995
URL:
https://jira.jboss.org/browse/RF-7995
Project: RichFaces
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: component-input
Affects Versions: 3.3.2.GA
Reporter: Ilya Shaikovsky
Assignee: Nick Belaevski
Fix For: Future_4.X
currently this code throws exception seems because of conflicts with macrosubstitutions
evaluations:
<rich:calendar value="#{calendarBean.selectedDate}"
popup="false" showApplyButton="false"
cellWidth="100px" cellHeight="100px"
boundaryDatesMode="none" showWeeksBar="false"
dataModel="#{calendarDataModel}" onchanged="if (event.rich.date)
{ajaxSubmit();}" oncurrentdateselect="return false"
id="organizer" valueChangeListener="#{calendarDataModel.valueChanged}"
showFooter="false">
<f:facet name="header">
<h:panelGroup>
<h:outputText value="Current Month" styleClass="header"/>
</h:panelGroup>
</f:facet>
<a4j:outputPanel layout="block" id="cell"
onclick="#{rich:component('organizer')}.resetSelectedDate()"
style="height: 100%;">
<rich:dragSupport />
<h:panelGrid columns="1">
<h:outputText value="{day}" style="align:center"/>
<h:outputText value="{data.shortDescription.escapeHTML()}"/>
<h:outputText value="{data.description.escapeHTML()}"/>
</h:panelGrid>
</a4j:outputPanel>
</rich:calendar>
--
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