Lançado Adianti Framework 7.6!
Clique aqui para saber mais
menu

Adianti Solutions

API

Adianti, Framework, PHP, MVC, Active record, Front controller, IDE, RAD, Web, multiplataforma, geração de código, desenvolvimento rápido, relatórios, formulários, listagens, datagrids, gráficos, banco de dados, padrões de projeto, design patterns API do Adianti Framework.
API Docs
code
Selecione a classe

Class TFullCalendar

Description

FullCalendar Widget

Located in /widget/util/TFullCalendar.php (line 22)

TElement
   |
   --TFullCalendar
Variable Summary
Method Summary
static renderPopover ($title, $poptitle, $popcontent)
__construct ([$current_date = NULL], [$default_view = 'month'])
addEvent ($id, $title, $start, [$end = NULL], [$url = NULL], [$color = NULL], [$object = NULL])
enableDays ($days)
enableFullHeight ([$full_height = TRUE])
enablePopover ($title, $content)
setCurrentDate ($date)
setCurrentView ($view)
setDayClickAction ($action)
setHeight ($height)
setOption ($option, $value)
setReloadAction ($action)
setTimeRange ($min_time, $max_time)
show ()
Variables
mixed $current_date (line 24)
  • access: protected
mixed $day_action (line 26)
  • access: protected
mixed $default_view (line 29)
  • access: protected
mixed $enabled_days (line 33)
  • access: protected
mixed $events (line 32)
  • access: protected
mixed $event_action (line 25)
  • access: protected
mixed $full_height (line 40)
  • access: protected
mixed $max_time (line 31)
  • access: protected
mixed $min_time (line 30)
  • access: protected
mixed $movable (line 38)
  • access: protected
mixed $options (line 39)
  • access: protected
mixed $popcontent (line 36)
  • access: protected
mixed $popover (line 34)
  • access: protected
mixed $poptitle (line 35)
  • access: protected
mixed $reload_action (line 28)
  • access: protected
mixed $resizable (line 37)
  • access: protected
mixed $update_action (line 27)
  • access: protected

Inherited Variables

Inherited from TElement

TElement::$children
Methods
static renderPopover (line 228)

Render title popover

  • access: public
static renderPopover ($title, $poptitle, $popcontent)
  • $title: Event title
  • $poptitle: Popover Title
  • $popcontent: Popover Content
Constructor __construct (line 48)

Class Constructor

  • access: public
__construct ([$current_date = NULL], [$default_view = 'month'])
  • $current_date: Current date of calendar
  • $default_view: Default view (month, agendaWeek, agendaDay, listWeeky)

Redefinition of:
TElement::__construct()
Class Constructor
addEvent (line 199)

Add an event

  • access: public
addEvent ($id, $title, $start, [$end = NULL], [$url = NULL], [$color = NULL], [$object = NULL])
  • $id: Event id
  • $title: Event title
  • $start: Event start time
  • $end: Event end time
  • $url: Event url
  • $color: Event color
  • $object
disableDragging (line 185)

Disable event dragging

  • access: public
disableDragging ()
disableResizing (line 177)

Disable event resize

  • access: public
disableResizing ()
enableDays (line 103)

Enable these days

  • access: public
enableDays ($days)
  • $days
enableFullHeight (line 77)

Define use full height

  • access: public
enableFullHeight ([$full_height = TRUE])
  • $full_height
enablePopover (line 167)

Enable popover

  • access: public
enablePopover ($title, $content)
  • $title: Title
  • $content: Content
setCurrentDate (line 112)

Set the current date of calendar

  • access: public
setCurrentDate ($date)
  • $date: Current date of calendar
setCurrentView (line 121)

Set the current view of calendar

  • access: public
setCurrentView ($view)
  • $view: Current view of calendar (month, agendaWeek, agendaDay, listWeek)
setDayClickAction (line 148)

Define the day click action

  • access: public
setDayClickAction ($action)
  • $action: day click action
setEventClickAction (line 139)

Define the event click action

  • access: public
setEventClickAction ($action)
  • $action: event click action
setEventUpdateAction (line 157)

Define the event update action

  • access: public
setEventUpdateAction ($action)
  • $action: event updaet action
setHeight (line 85)

Define height

  • access: public
setHeight ($height)
  • $height
setOption (line 69)

Set extra datepicker options (ex: autoclose, startDate, daysOfWeekDisabled, datesDisabled)

setOption ($option, $value)
  • $option
  • $value
setReloadAction (line 130)

Define the reload action

  • access: public
setReloadAction ($action)
  • $action: reload action
setTimeRange (line 94)

Define the time range

  • access: public
setTimeRange ($min_time, $max_time)
  • $min_time
  • $max_time
show (line 236)

Show the callendar and execute required scripts

  • access: public
show ()

Redefinition of:
TElement::show()
Shows the tag

Inherited Methods

Inherited From TElement

TElement::__construct()
TElement::add()
TElement::after()
TElement::clearChildren()
TElement::close()
TElement::closeTag()
TElement::del()
TElement::find()
TElement::get()
TElement::getAfterElement()
TElement::getChildren()
TElement::getContents()
TElement::getIsWrapped()
TElement::getName()
TElement::getProperties()
TElement::getProperty()
TElement::hide()
TElement::insert()
TElement::open()
TElement::openTag()
TElement::setIsWrapped()
TElement::setName()
TElement::setProperties()
TElement::setProperty()
TElement::setUseLineBreaks()
TElement::setUseSingleQuotes()
TElement::show()
TElement::tag()
TElement::__clone()
TElement::__get()
TElement::__isset()
TElement::__set()
TElement::__toString()
TElement::__unset()