TFullCalendar
extends TElement
in package
FullCalendar Widget
Tags
Table of Contents
Properties
- $current_date : mixed
- $day_action : mixed
- $default_view : mixed
- $enabled_days : mixed
- $event_action : mixed
- $events : mixed
- $full_height : mixed
- $max_time : mixed
- $min_time : mixed
- $movable : mixed
- $options : mixed
- $popcontent : mixed
- $popover : mixed
- $poptitle : mixed
- $reload_action : mixed
- $resizable : mixed
- $update_action : mixed
Methods
- __construct() : mixed
- Class Constructor
- addEvent() : mixed
- Add an event
- disableDragging() : mixed
- Disable event dragging
- disableResizing() : mixed
- Disable event resize
- disableWeekend() : mixed
- Set disable view weekend
- enableDays() : mixed
- Enable these days
- enableFullHeight() : mixed
- Define use full height
- enablePopover() : mixed
- Enable popover
- renderPopover() : mixed
- Render title popover
- setCurrentDate() : mixed
- Set the current date of calendar
- setCurrentView() : mixed
- Set the current view of calendar
- setDayClickAction() : mixed
- Define the day click action
- setEventClickAction() : mixed
- Define the event click action
- setEventUpdateAction() : mixed
- Define the event update action
- setHeight() : mixed
- Define height
- setOption() : mixed
- Set extra datepicker options (ex: autoclose, startDate, daysOfWeekDisabled, datesDisabled)
- setReloadAction() : mixed
- Define the reload action
- setTimeRange() : mixed
- Define the time range
- show() : mixed
- Show the callendar and execute required scripts
Properties
$current_date
protected
mixed
$current_date
$day_action
protected
mixed
$day_action
$default_view
protected
mixed
$default_view
$enabled_days
protected
mixed
$enabled_days
$event_action
protected
mixed
$event_action
$events
protected
mixed
$events
$full_height
protected
mixed
$full_height
$max_time
protected
mixed
$max_time
$min_time
protected
mixed
$min_time
$movable
protected
mixed
$movable
$options
protected
mixed
$options
$popcontent
protected
mixed
$popcontent
$popover
protected
mixed
$popover
$poptitle
protected
mixed
$poptitle
$reload_action
protected
mixed
$reload_action
$resizable
protected
mixed
$resizable
$update_action
protected
mixed
$update_action
Methods
__construct()
Class Constructor
public
__construct([ $current_date = NULL ][, $default_view = 'month' ]) : mixed
Parameters
addEvent()
Add an event
public
addEvent( $id, $title, $start[, $end = NULL ][, $url = NULL ][, $color = NULL ][, mixed $object = NULL ]) : mixed
Parameters
disableDragging()
Disable event dragging
public
disableDragging() : mixed
disableResizing()
Disable event resize
public
disableResizing() : mixed
disableWeekend()
Set disable view weekend
public
disableWeekend() : mixed
enableDays()
Enable these days
public
enableDays(mixed $days) : mixed
Parameters
- $days : mixed
enableFullHeight()
Define use full height
public
enableFullHeight([mixed $full_height = TRUE ]) : mixed
Parameters
- $full_height : mixed = TRUE
enablePopover()
Enable popover
public
enablePopover( $title, $content) : mixed
Parameters
renderPopover()
Render title popover
public
static renderPopover( $title, $poptitle, $popcontent) : mixed
Parameters
setCurrentDate()
Set the current date of calendar
public
setCurrentDate( $date) : mixed
Parameters
setCurrentView()
Set the current view of calendar
public
setCurrentView( $view) : mixed
Parameters
setDayClickAction()
Define the day click action
public
setDayClickAction( $action) : mixed
Parameters
setEventClickAction()
Define the event click action
public
setEventClickAction( $action) : mixed
Parameters
setEventUpdateAction()
Define the event update action
public
setEventUpdateAction( $action) : mixed
Parameters
setHeight()
Define height
public
setHeight(mixed $height) : mixed
Parameters
- $height : mixed
setOption()
Set extra datepicker options (ex: autoclose, startDate, daysOfWeekDisabled, datesDisabled)
public
setOption(mixed $option, mixed $value) : mixed
Parameters
- $option : mixed
- $value : mixed
Tags
setReloadAction()
Define the reload action
public
setReloadAction( $action) : mixed
Parameters
setTimeRange()
Define the time range
public
setTimeRange(mixed $min_time, mixed $max_time) : mixed
Parameters
- $min_time : mixed
- $max_time : mixed
show()
Show the callendar and execute required scripts
public
show() : mixed