Documentation

Nag_Form_Task extends Horde_Form
in package

The Nag_Form_Task class provides the form for adding and editing a task.

Tags
author

Jan Schneider jan@horde.org

Table of Contents

SECTION_DESC  = 3
SECTION_GENERAL  = 1
SECTION_RECUR  = 2
$_task  : Nag_Task
__construct()  : Nag_Form_Task
Const'r
renderActive()  : mixed
setTask()  : mixed

Constants

SECTION_DESC

public mixed SECTION_DESC = 3

SECTION_GENERAL

public mixed SECTION_GENERAL = 1

SECTION_RECUR

public mixed SECTION_RECUR = 2

Properties

Methods

__construct()

Const'r

public __construct(Horde_Form_Variables $vars[, string $title = '' ]) : Nag_Form_Task
Parameters
$vars : Horde_Form_Variables

The form variables.

$title : string = ''

The form title.

Return values
Nag_Form_Task

renderActive()

public renderActive([mixed $renderer = null ][, mixed $vars = null ][, mixed $action = '' ][, mixed $method = 'get' ][, mixed $enctype = null ][, mixed $focus = true ]) : mixed
Parameters
$renderer : mixed = null
$vars : mixed = null
$action : mixed = ''
$method : mixed = 'get'
$enctype : mixed = null
$focus : mixed = true
Return values
mixed

Search results