To use this component put this in your .java file:
Code Block | ||||
---|---|---|---|---|
| ||||
public ERXDateGrouper aGrouper = new ERXDateGrouper(); |
and bind aGrouper in your WOD:
Code Block | ||||
---|---|---|---|---|
| ||||
<webobject name = "monthView"></webobject> |
Code Block |
---|
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).