API Documentação da API
Lançado Adianti Framework 7.6!
Clique aqui para saber mais
Pacote Dominando o Adianti 7
Curso + Livro + Apps exemplo
Curso completo em Video Aulas (114 aulas).
Livro completo em PDF (463 páginas).
Códigos-fontes de Apps de exemplo.
API
API do Framework
Documentation

Documentation

TFullCalendar extends TElement
in package

FullCalendar Widget

Tags
version
7.6
subpackage

util

author

Pablo Dall'Oglio

copyright

Copyright (c) 2006 Adianti Solutions Ltd. (http://www.adianti.com.br)

license

https://adiantiframework.com.br/license

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

Methods

__construct()

Class Constructor

public __construct([ $current_date = NULL ][,  $default_view = 'month' ]) : mixed
Parameters
$current_date : = NULL

Current date of calendar

$default_view : = 'month'

Default view (month, agendaWeek, agendaDay, listWeeky)

addEvent()

Add an event

public addEvent( $id,  $title,  $start[,  $end = NULL ][,  $url = NULL ][,  $color = NULL ][, mixed $object = NULL ]) : mixed
Parameters
$id :

Event id

$title :

Event title

$start :

Event start time

$end : = NULL

Event end time

$url : = NULL

Event url

$color : = NULL

Event color

$object : mixed = NULL

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
$title :

Title

$content :

Content

renderPopover()

Render title popover

public static renderPopover( $title,  $poptitle,  $popcontent) : mixed
Parameters
$title :

Event title

$poptitle :

Popover Title

$popcontent :

Popover Content

setCurrentDate()

Set the current date of calendar

public setCurrentDate( $date) : mixed
Parameters
$date :

Current date of calendar

setCurrentView()

Set the current view of calendar

public setCurrentView( $view) : mixed
Parameters
$view :

Current view of calendar (month, agendaWeek, agendaDay, listWeek)

setDayClickAction()

Define the day click action

public setDayClickAction( $action) : mixed
Parameters
$action :

day click action

setEventClickAction()

Define the event click action

public setEventClickAction( $action) : mixed
Parameters
$action :

event click action

setEventUpdateAction()

Define the event update action

public setEventUpdateAction( $action) : mixed
Parameters
$action :

event updaet action

setHeight()

Define height

public setHeight(mixed $height) : mixed
Parameters
$height : mixed

setReloadAction()

Define the reload action

public setReloadAction( $action) : mixed
Parameters
$action :

reload action

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

        
On this page

Search results