drag and drop with calendar: allow to use dnd in calendar date cell markup
--------------------------------------------------------------------------

                 Key: RF-7995
                 URL: https://jira.jboss.org/jira/browse/RF-7995
             Project: RichFaces
          Issue Type: Feature Request
    Affects Versions: 3.3.2.GA
            Reporter: Ilya Shaikovsky
            Assignee: Nick Belaevski
             Fix For: Future


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/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to