| 
    Stud.IP
    2.4 Revision 48548
    
   | 
  
Namespaces | |
| namespace | calendar | 
Functions | |
| createEventMatrix ($day_obj, $start, $end, $step, $params=NULL) | |
| maxValue ($term, $st) | |
| adapt_events ($day_obj, $start, $end, $step=900) | |
| create_month_view (&$calendar, $atime, $step=NULL) | |
| to_string_month_events (&$calendar, $day_timestamp, $max_events=NULL) | |
| create_year_view (&$calendar) | |
| javascript_hover_year (&$calendar, $day_time) | |
| includeMonth ($imt, $href, $mod= '', $js_include= '', $ptime= '') | |
| fit_title ($title, $cols, $rows, $max_length, $end_str="...", $pad=TRUE) | |
| js_hover (Event $aterm) | |
| info_icons (&$event) | |
| quick_search_form ($search_string, $cmd, $atime) | |
| adapt_events | ( | $day_obj, | |
| $start, | |||
| $end, | |||
$step = 900  | 
        |||
| ) | 

| create_month_view | ( | & | $calendar, | 
| $atime, | |||
$step = NULL  | 
        |||
| ) | 


| create_year_view | ( | & | $calendar | ) | 


| createEventMatrix | ( | $day_obj, | |
| $start, | |||
| $end, | |||
| $step, | |||
$params = NULL  | 
        |||
| ) | 

| fit_title | ( | $title, | |
| $cols, | |||
| $rows, | |||
| $max_length, | |||
$end_str = "...",  | 
        |||
$pad = TRUE  | 
        |||
| ) | 


| includeMonth | ( | $imt, | |
| $href, | |||
$mod = '',  | 
        |||
$js_include = '',  | 
        |||
$ptime = ''  | 
        |||
| ) | 
Creates a small month view.
public
| int | $imt | A unix time stamp within the time range of the month. | 
| string | $href | The part of the query with parameters needed for the script where this calendar is embedded. | 
| int | $mod | Possible modifications are: 'NOKW' hide calendar weeks; 'NONAVARROWS': hide navigation arrows; 'NONAV': calendar weeks will not be linked to the calendars week view.  | 
| string | $js_include | Java Script triggered by onClick event handler. | 
| int | $ptime | The day with this time stamp gets a red border. | 

| info_icons | ( | & | $event | ) | 

| javascript_hover_year | ( | & | $calendar, | 
| $day_time | |||
| ) | 


| js_hover | ( | Event | $aterm | ) | 


| maxValue | ( | $term, | |
| $st | |||
| ) | 

| quick_search_form | ( | $search_string, | |
| $cmd, | |||
| $atime | |||
| ) | 

| to_string_month_events | ( | & | $calendar, | 
| $day_timestamp, | |||
$max_events = NULL  | 
        |||
| ) | 
Print a list of events for each day of month
public
| object | $month_obj | instance of DbCalendarMonth | 
| int | $max_events | the number of events to print | 
| int | $day_timestamp | unix timestamp of the day | 

