API Documentação da API
Lançado Adianti Framework 8.0!
Clique aqui para saber mais
Pacote Dominando o Adianti Framework
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
8.0
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

$children  : mixed
$current_date  : mixed
$day_action  : mixed
$default_view  : mixed
$editForm  : mixed
$enabled_days  : mixed
$event_action  : mixed
$events  : mixed
$full_height  : mixed
$max_time  : mixed
$metadata  : mixed
$min_time  : mixed
$movable  : mixed
$options  : mixed
$popcontent  : mixed
$popover  : mixed
$poptitle  : mixed
$reload_action  : mixed
$resizable  : mixed
$searchForm  : mixed
$update_action  : mixed
$afterElement  : mixed
$hidden  : mixed
$isVoidElement  : mixed
$properties  : mixed
$tagname  : mixed
$useLineBreaks  : mixed
$useSingleQuotes  : mixed
$voidelements  : mixed
$wrapped  : mixed

Methods

__clone()  : mixed
Clone the object
__construct()  : mixed
Class Constructor
__get()  : mixed
Returns a property's value
__isset()  : mixed
Returns is a property's is set
__set()  : mixed
Intercepts whenever someones assign a new property's value
__toString()  : mixed
Converts the object into a string
__unset()  : mixed
Intercepts whenever someones unset a property's value
add()  : mixed
Add an child element
addEvent()  : mixed
Add an event
addMany()  : mixed
Add many children
after()  : mixed
Insert element after
clearChildren()  : mixed
Clear element children
close()  : mixed
BC only
closeTag()  : mixed
Closes the tag
del()  : mixed
Del an child element
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
enableVoidElement()  : mixed
Turn element into a void element
find()  : mixed
Find child element
get()  : mixed
Get an child element
getAfterElement()  : mixed
Return the after element
getChildren()  : mixed
get children
getContents()  : mixed
Returns the element content as a string
getEditForm()  : TForm
Return the assigned Edit form object
getIsWrapped()  : mixed
Return if the element is wrapped inside another one
getMetadata()  : mixed
Get metadata
getName()  : mixed
Returns tag name
getProperties()  : mixed
Return element properties
getProperty()  : mixed
Return a property
getSearchForm()  : TForm
Return the assigned Search form object
hide()  : mixed
hide object
insert()  : mixed
Insert an child element
open()  : mixed
BC only
openTag()  : mixed
Opens the tag
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
setEditForm()  : mixed
Assign a TForm object
setEventClickAction()  : mixed
Define the event click action
setEventUpdateAction()  : mixed
Define the event update action
setHeight()  : mixed
Define height
setIsWrapped()  : mixed
Define if the element is wrapped inside another one
setMetadata()  : mixed
Set metadata
setName()  : mixed
Change the element name
setOption()  : mixed
Set extra datepicker options (ex: autoclose, startDate, daysOfWeekDisabled, datesDisabled)
setProperties()  : mixed
Set element properties
setProperty()  : mixed
Set tag property
setReloadAction()  : mixed
Define the reload action
setSearchForm()  : mixed
Assign a TForm object
setTimeRange()  : mixed
Define the time range
setUseLineBreaks()  : mixed
Set the use of linebreaks
setUseSingleQuotes()  : mixed
Set the use of single quotes
show()  : mixed
Show the callendar and execute required scripts
tag()  : mixed
Create an element

Properties

$afterElement

private mixed $afterElement

$isVoidElement

private mixed $isVoidElement

$useLineBreaks

private mixed $useLineBreaks

$useSingleQuotes

private mixed $useSingleQuotes

$voidelements

private static mixed $voidelements

Methods

__clone()

Clone the object

public __clone() : mixed

__construct()

Class Constructor

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

Current date of calendar

$default_view : mixed = 'month'

Default view (month, agendaWeek, agendaDay, listWeeky)

__get()

Returns a property's value

public __get(mixed $name) : mixed
Parameters
$name : mixed

Property Name

__isset()

Returns is a property's is set

public __isset(mixed $name) : mixed
Parameters
$name : mixed

Property Name

__set()

Intercepts whenever someones assign a new property's value

public __set(mixed $name, mixed $value) : mixed
Parameters
$name : mixed

Property Name

$value : mixed

Property Value

__toString()

Converts the object into a string

public __toString() : mixed

__unset()

Intercepts whenever someones unset a property's value

public __unset(mixed $name) : mixed
Parameters
$name : mixed

Property Name

add()

Add an child element

public add(mixed $child) : mixed
Parameters
$child : mixed

Any object that implements the show() method

addEvent()

Add an event

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

Event id

$title : mixed

Event title

$start : mixed

Event start time

$end : mixed = NULL

Event end time

$url : mixed = NULL

Event url

$color : mixed = NULL

Event color

$object : mixed = NULL

addMany()

Add many children

public addMany(mixed $children) : mixed
Parameters
$children : mixed

Array of child

after()

Insert element after

public after(mixed $element) : mixed
Parameters
$element : mixed

clearChildren()

Clear element children

public clearChildren() : mixed

closeTag()

Closes the tag

public closeTag() : mixed

del()

Del an child element

public del(mixed $object) : mixed
Parameters
$object : mixed

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(mixed $title, mixed $content) : mixed
Parameters
$title : mixed

Title

$content : mixed

Content

enableVoidElement()

Turn element into a void element

public enableVoidElement() : mixed

find()

Find child element

public find(mixed $element[, mixed $properties = null ]) : mixed
Parameters
$element : mixed

tag name

$properties : mixed = null

match properties

get()

Get an child element

public get(mixed $position) : mixed
Parameters
$position : mixed

Element position

getAfterElement()

Return the after element

public getAfterElement() : mixed

getChildren()

get children

public getChildren() : mixed

getContents()

Returns the element content as a string

public getContents() : mixed

getEditForm()

Return the assigned Edit form object

public getEditForm() : TForm
Return values
TForm

object

getIsWrapped()

Return if the element is wrapped inside another one

public getIsWrapped() : mixed

getMetadata()

Get metadata

public getMetadata(mixed $metadata) : mixed
Parameters
$metadata : mixed

getName()

Returns tag name

public getName() : mixed

getProperties()

Return element properties

public getProperties() : mixed

getProperty()

Return a property

public getProperty(mixed $name) : mixed
Parameters
$name : mixed

property name

getSearchForm()

Return the assigned Search form object

public getSearchForm() : TForm
Return values
TForm

object

hide()

hide object

public hide() : mixed

insert()

Insert an child element

public insert(mixed $position, mixed $child) : mixed
Parameters
$position : mixed

Element position

$child : mixed

Any object that implements the show() method

openTag()

Opens the tag

public openTag() : mixed

renderPopover()

Render title popover

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

Event title

$poptitle : mixed

Popover Title

$popcontent : mixed

Popover Content

setCurrentDate()

Set the current date of calendar

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

Current date of calendar

setCurrentView()

Set the current view of calendar

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

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

setDayClickAction()

Define the day click action

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

day click action

setEditForm()

Assign a TForm object

public setEditForm(mixed $editForm) : mixed
Parameters
$editForm : mixed

object

setEventClickAction()

Define the event click action

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

event click action

setEventUpdateAction()

Define the event update action

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

event updaet action

setHeight()

Define height

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

setIsWrapped()

Define if the element is wrapped inside another one

public setIsWrapped(mixed $bool) : mixed
Parameters
$bool : mixed

setMetadata()

Set metadata

public setMetadata(mixed $metadata, mixed $value) : mixed
Parameters
$metadata : mixed
$value : mixed

setName()

Change the element name

public setName(mixed $tagname) : mixed
Parameters
$tagname : mixed

Element name

setProperties()

Set element properties

public setProperties(mixed $properties) : mixed
Parameters
$properties : mixed

setProperty()

Set tag property

public setProperty(mixed $name, mixed $value) : mixed
Parameters
$name : mixed

Property Name

$value : mixed

Property Value

setReloadAction()

Define the reload action

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

reload action

setSearchForm()

Assign a TForm object

public setSearchForm(mixed $searchForm) : mixed
Parameters
$searchForm : mixed

object

setTimeRange()

Define the time range

public setTimeRange(mixed $min_time, mixed $max_time) : mixed
Parameters
$min_time : mixed
$max_time : mixed

setUseLineBreaks()

Set the use of linebreaks

public setUseLineBreaks(mixed $linebreaks) : mixed
Parameters
$linebreaks : mixed

boolean

setUseSingleQuotes()

Set the use of single quotes

public setUseSingleQuotes(mixed $singlequotes) : mixed
Parameters
$singlequotes : mixed

boolean

show()

Show the callendar and execute required scripts

public show() : mixed

tag()

Create an element

public static tag(mixed $tagname, mixed $value[, mixed $attributes = NULL ]) : mixed
Parameters
$tagname : mixed

Element name

$value : mixed

Element value

$attributes : mixed = NULL

Element attributes


        
On this page

Search results