Object | +----netscape.samples.widgets.Calendar
function netscape_samples_widgets_Calendar(params)
Makes use of a custom visual defined in CalendarVisual.java (see also the javadocs for CalendarVisual).
Outputs an HTML link which triggers a JavaScript function to open and initialize the calendar window with this component acting simply as the "dateController" stub.
Most of the logic for the actual calendar operation is in the Pagelet packaged with the component called "calendar.html"
This is implemented using JSB Bound Properties but is simply passed in as a constructor in this simple example.
In this example, only one property is bound (datefield) and the onChange event is called in the Calendar.html file.