Modifier and Type | Origin and Description |
---|---|
public CalendarOptions |
BBjCalendarWidget.BBjCalendarWidget.getOptions()
Returns the calendar's current options in an instance of the |
public static CalendarOptions |
BBjCalendarWidget.CalendarAPI.createCalendarOptions()
Creates an instance of the |
Modifier and Type | Origin and Description |
---|---|
public void |
BBjCalendarWidget.BBjCalendarWidget.setOptions(CalendarOptions options!)
Sets the calendar's options given an instance of the
Note: After setting the calendar's options inline (see example #1 below), you will need to call the calendar's There are a couple of ways to set options for the calendar:
|
public static BBjCalendarWidget |
BBjCalendarWidget.CalendarAPI.createBBjCalendarWidget(BBjWindow wnd!, BBjNumber id!, BBjNumber x!, BBjNumber y!, BBjNumber w!, BBjNumber h!, CalendarOptions options!)
Creates a |
public static BBjCalendarWidget |
BBjCalendarWidget.CalendarAPI.createBBjCalendarWidget(BBjWindow wnd!, BBjNumber id!, BBjNumber x!, BBjNumber y!, BBjNumber w!, BBjNumber h!, CalendarOptions options!, BBjString template!, BBjNumber debug!)
Creates a
If you choose to provide your own HTML template, you may want to base it off of the default index.html file that can be found in the BBjCalendarWidget's |