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

TCalendar extends TElement
in package

Calendar 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

$action  : mixed
$height  : mixed
$month  : mixed
$months  : mixed
$selectedDays  : mixed
$weekendHighlight  : mixed
$width  : mixed
$year  : mixed

Methods

__construct()  : mixed
Class Constructor
getMonth()  : mixed
Return the current month
getYear()  : mixed
Return the current year
highlightWeekend()  : mixed
highglight weekend
selectDays()  : mixed
Select a collection of days
setAction()  : mixed
Define the action when click at some day
setMonth()  : mixed
Define the current month to display
setSize()  : mixed
Define the calendar's size
setYear()  : mixed
Define the current year to display
show()  : mixed
Show the calendar

Properties

$weekendHighlight

private mixed $weekendHighlight

Methods

__construct()

Class Constructor

public __construct() : mixed

getMonth()

Return the current month

public getMonth() : mixed

getYear()

Return the current year

public getYear() : mixed

highlightWeekend()

highglight weekend

public highlightWeekend() : mixed

selectDays()

Select a collection of days

public selectDays( $days) : mixed
Parameters
$days :

Collection of days

setAction()

Define the action when click at some day

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

TAction object

setMonth()

Define the current month to display

public setMonth( $month) : mixed
Parameters
$month :

Month to display

setSize()

Define the calendar's size

public setSize( $width,  $height) : mixed
Parameters
$width :

Window's width

$height :

Window's height

setYear()

Define the current year to display

public setYear( $year) : mixed
Parameters
$year :

Year to display

show()

Show the calendar

public show() : mixed

        
On this page

Search results