[richfaces-issues] [JBoss JIRA] Updated: (RF-7995) drag and drop with calendar: allow to use dnd in calendar date cell markup

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Tue Dec 21 13:38:19 EST 2010


     [ https://issues.jboss.org/browse/RF-7995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Belaevski updated RF-7995:
-------------------------------

    Fix Version/s: Post_4.F
                       (was: Future_4.X)


> drag and drop with calendar: allow to use dnd in calendar date cell markup
> --------------------------------------------------------------------------
>
>                 Key: RF-7995
>                 URL: https://issues.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: Post_4.F
>
>
> 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.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list