Difference between revisions of "Calendar Options"

From Lianjapedia
Jump to: navigation, search
(Created page with "''Under Construction'' {| class="wikitable" width="100%" !width="20%"|Attribute !width="80%"|Description |- |valign="top"|Default view||The default view to be displayed (Mont...")
 
Line 5: Line 5:
 
!width="80%"|Description
 
!width="80%"|Description
 
|-
 
|-
|valign="top"|Default view||The default view to be displayed (Month | Week | Day)||||||||||
+
|valign="top"|Default view||The default view to be displayed (Month | Week | Day)
 
|-
 
|-
|valign="top"|Event type column||The (character) event type column from the table for the events in the calendar.  Defaults to 'eventtype'.||||||||||
+
|valign="top"|Event type column||The (character) event type column from the table for the events in the calendar.  Defaults to 'eventtype'.
 
|-
 
|-
|valign="top"|Event type choices||The event type choices for the events in the calendar.  This can be a comma separated list or a SQL statement.||||||||||
+
|valign="top"|Event type choices||The event type choices for the events in the calendar.  This can be a comma separated list or a SQL statement.
 
|-
 
|-
|valign="top"|Event title column||The (character) event title column from the table.  Defaults to 'eventtitle'.||||||||||
+
|valign="top"|Event title column||The (character) event title column from the table.  Defaults to 'eventtitle'.
 
|-
 
|-
|valign="top"|Event start column||The (datetime) event start column from the table.  Defaults to 'eventstart'.||||||||||
+
|valign="top"|Event start column||The (datetime) event start column from the table.  Defaults to 'eventstart'.
 
|-
 
|-
|valign="top"|Event end column||The (datetime) event end column from the table.  Defaults to 'eventend'.||||||||||
+
|valign="top"|Event end column||The (datetime) event end column from the table.  Defaults to 'eventend'.
 
|-
 
|-
|valign="top"|Event repeat column||The (int) event repeating flag column from the table.  Defaults to 'eventrepeat'.||||||||||
+
|valign="top"|Event repeat column||The (int) event repeating flag column from the table.  Defaults to 'eventrepeat'.
 
|-
 
|-
|valign="top"|Event allday column||The (logical) event allday flag column from the table.  Defaults to 'eventallday'.||||||||||
+
|valign="top"|Event allday column||The (logical) event allday flag column from the table.  Defaults to 'eventallday'.
 
|-
 
|-
|valign="top"|Event key column||The key expression for events in the calendar.  Defaults to 'eventkey'.||||||||||
+
|valign="top"|Event key column||The key expression for events in the calendar.  Defaults to 'eventkey'.
 
|-
 
|-
|valign="top"|Event type value||The event type for this calendar, e.g. meeting, vacation, appointment.  Calendar contents will be filtered on this.||||||||||
+
|valign="top"|Event type value||The event type for this calendar, e.g. meeting, vacation, appointment.  Calendar contents will be filtered on this.
 
|-
 
|-
|valign="top"|Autosize||Autosize the calendar into the viewport (True | False)||||||||||
+
|valign="top"|Autosize||Autosize the calendar into the viewport (True | False)
 
|-
 
|-
|valign="top"|Other options||Other calendar options||||||||||
+
|valign="top"|Other options||Other calendar options
 
|-
 
|-
|valign="top"|Click delegate||Delegate to call when a calendar event is clicked||||||||||
+
|valign="top"|Click delegate||Delegate to call when a calendar event is clicked
 
|-
 
|-
|valign="top"|Dynamic day backcolor||Delegate to return the background colors and dates.  You should return this as a comma separated list.  The delegate is called with one parameter: 'dates' or 'colors'.  The currently selected cursor contains the selected records.||||||||||
+
|valign="top"|Dynamic day backcolor||Delegate to return the background colors and dates.  You should return this as a comma separated list.  The delegate is called with one parameter: 'dates' or 'colors'.  The currently selected cursor contains the selected records.
 
|-
 
|-
|valign="top"|Dynamic event backcolor||Delegate to return the background color of the event for the specified event type, which is passed as a parameter||||||||||
+
|valign="top"|Dynamic event backcolor||Delegate to return the background color of the event for the specified event type, which is passed as a parameter
 
|-
 
|-
|valign="top"|Dynamic event forecolor||Delegate to return the foreground color of the event for the specified event type, which is passed as a parameter||||||||||
+
|valign="top"|Dynamic event forecolor||Delegate to return the foreground color of the event for the specified event type, which is passed as a parameter
 
|-
 
|-
|valign="top"|Custom delegate library||Custom library containing the day and event dynamic color delegates||||||||||
+
|valign="top"|Custom delegate library||Custom library containing the day and event dynamic color delegates
 
|-
 
|-
|valign="top"|Filter||The filter expression that restricts which events will be included in the calendar||||||||||
+
|valign="top"|Filter||The filter expression that restricts which events will be included in the calendar
 
|-
 
|-
 
|}
 
|}
  
 
[[Category:Attribute Categories]]
 
[[Category:Attribute Categories]]

Revision as of 07:39, 4 June 2015

Under Construction

Attribute Description
Default view The default view to be displayed (Month | Week | Day)
Event type column The (character) event type column from the table for the events in the calendar. Defaults to 'eventtype'.
Event type choices The event type choices for the events in the calendar. This can be a comma separated list or a SQL statement.
Event title column The (character) event title column from the table. Defaults to 'eventtitle'.
Event start column The (datetime) event start column from the table. Defaults to 'eventstart'.
Event end column The (datetime) event end column from the table. Defaults to 'eventend'.
Event repeat column The (int) event repeating flag column from the table. Defaults to 'eventrepeat'.
Event allday column The (logical) event allday flag column from the table. Defaults to 'eventallday'.
Event key column The key expression for events in the calendar. Defaults to 'eventkey'.
Event type value The event type for this calendar, e.g. meeting, vacation, appointment. Calendar contents will be filtered on this.
Autosize Autosize the calendar into the viewport (True | False)
Other options Other calendar options
Click delegate Delegate to call when a calendar event is clicked
Dynamic day backcolor Delegate to return the background colors and dates. You should return this as a comma separated list. The delegate is called with one parameter: 'dates' or 'colors'. The currently selected cursor contains the selected records.
Dynamic event backcolor Delegate to return the background color of the event for the specified event type, which is passed as a parameter
Dynamic event forecolor Delegate to return the foreground color of the event for the specified event type, which is passed as a parameter
Custom delegate library Custom library containing the day and event dynamic color delegates
Filter The filter expression that restricts which events will be included in the calendar