ERXMonthView

Version 1.1 by David Holt on 2008/06/13 17:05

To use this component put this in your .java file: 


public ERXDateGrouper aGrouper = new ERXDateGrouper();

 
and bind aGrouper in your WOD:

 
<webobject name = "monthView"></webobject>

 

 
monthView : ERXMonthView {
  grouper = aGrouper;
}

 

The result is a nice little calendar component that you can further customize (a year display was added to this one).

041.jpg