You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mm...@apache.org on 2005/12/20 13:32:45 UTC

svn commit: r357977 - /myfaces/examples/trunk/simple/calendar.jsp

Author: mmarinschek
Date: Tue Dec 20 04:32:40 2005
New Revision: 357977

URL: http://svn.apache.org/viewcvs?rev=357977&view=rev
Log:
added text-help functionality to inputCalendar, location of image is now definable

Modified:
    myfaces/examples/trunk/simple/calendar.jsp

Modified: myfaces/examples/trunk/simple/calendar.jsp
URL: http://svn.apache.org/viewcvs/myfaces/examples/trunk/simple/calendar.jsp?rev=357977&r1=357976&r2=357977&view=diff
==============================================================================
--- myfaces/examples/trunk/simple/calendar.jsp (original)
+++ myfaces/examples/trunk/simple/calendar.jsp Tue Dec 20 04:32:40 2005
@@ -56,7 +56,7 @@
             <t:outputLabel for="secondOne" value="Second calendar input"/>
             <t:inputCalendar id="secondOne" monthYearRowClass="yearMonthHeader" weekRowClass="weekHeader" popupButtonStyleClass="standard_bold"
                 currentDayCellClass="currentDayCell" value="#{calendarBean.secondDate}" renderAsPopup="true"
-                popupTodayString="#{example_messages['popup_today_string']}" popupWeekString="#{example_messages['popup_week_string']}" />
+                popupTodayString="#{example_messages['popup_today_string']}" popupWeekString="#{example_messages['popup_week_string']}" helpText="DD.MM.YYYY"/>
             <h:inputText value="#{calendarBean.text}"/>
             <h:commandButton value="#{example_messages['js_submit']}" action="#{calendarBean.submitMethod}" />
         </h:form>