Documentation

Nag_Ajax_Application_Handler_Smartmobile extends Horde_Core_Ajax_Application_Handler
in package

Defines AJAX calls used exclusively in the smartmobile view.

Copyright 2012-2017 Horde LLC (http://www.horde.org/)

See the enclosed file LICENSE for license information (GPL). If you did not receive this file, see http://www.horde.org/licenses/gpl.

Tags
author

Michael Slusarz slusarz@horde.org

category

Horde

license

http://www.horde.org/licenses/gpl GPL

Table of Contents

deleteTask()  : mixed
getTask()  : mixed
getTaskLists()  : mixed
listTasks()  : stdClass
AJAX action: Return a task list.
saveTask()  : mixed
smartmobileToggle()  : array<string|int, mixed>
AJAX action: Toggle the completed flag.

Methods

deleteTask()

public deleteTask() : mixed
Return values
mixed

getTask()

public getTask() : mixed
Return values
mixed

getTaskLists()

public getTaskLists() : mixed
Return values
mixed

listTasks()

AJAX action: Return a task list.

public listTasks() : stdClass
Return values
stdClass

An object containing a tasklist in the tasks property.

saveTask()

public saveTask() : mixed
Return values
mixed

smartmobileToggle()

AJAX action: Toggle the completed flag.

public smartmobileToggle() : array<string|int, mixed>

Variables used:

  • task: TODO
  • tasklist: TODO
Return values
array<string|int, mixed>

TODO

Search results