You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by Apache Wiki <wi...@apache.org> on 2006/11/16 10:21:12 UTC

[Myfaces Wiki] Update of "InputCalendar" by olek

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Myfaces Wiki" for change notification.

The following page has been changed by olek:
http://wiki.apache.org/myfaces/InputCalendar

The comment on the change is:
Added popup attributes

------------------------------------------------------------------------------
  
  == Usage ==
  {{{
+ <t:inputCalendar
- <t:inputCalendar [ HTML universal attributes ]
+    [ HTML universal attributes ]
-                [ HTML event handler attributes ]
+    [ HTML event handler attributes ]
-                [ UIInput standard attributes (i.e. valueChangeListener) ]
+    [ UIInput standard attributes (i.e. valueChangeListener) ]
-                [monthYearRowClass="month-and-year-header-row-css-class"]
+    [monthYearRowClass="month-and-year-header-row-css-class"]
-                [weekRowClass="week-header-row-css-class"]
+    [weekRowClass="week-header-row-css-class"]
-                [dayCellClass="empty-or-date-cell-css-class"]
+    [dayCellClass="empty-or-date-cell-css-class"]
-                [currentDayCellClass="currently-selected-day-cell-css-class"]>
+    [currentDayCellClass="currently-selected-day-cell-css-class"]
+    [helpText="MM/DD/YYYY"]
+    [renderAsPopup="_false_"|"true"]
+    [popupButtonStyleClass="css-class"]
+    [popupDateFormat="MM/dd/yyyy"]
+    [popupTodayString="Today is :"]
+    [popupWeekString="Wk"]
+    [renderPopupButtonAsImage="_false_"|"true"]
+ >
  </t:inputCalendar>
  }}}