Documentation

IMP_Ajax_Application_Handler_Mboxtoggle extends Horde_Core_Ajax_Application_Handler
in package

Defines AJAX actions used to toggle expand/collapse state of mailboxes.

Tags
author

Michael Slusarz slusarz@horde.org

category

Horde

copyright

2013-2017 Horde LLC

license

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

Table of Contents

Methods

toggleMailboxes()  : bool
AJAX action: Expand mailboxes (saves expanded state in prefs).

Methods

toggleMailboxes()

AJAX action: Expand mailboxes (saves expanded state in prefs).

public toggleMailboxes() : bool

Variables used:

  • action: (string) [REQUIRED] Either 'collapse' or 'expand'.
  • all: (integer) 1 to toggle all mailboxes (mailbox information will not be returned).
  • mboxes: (string) The list of mailboxes to process (JSON encoded array; mailboxes are base64url encoded); required if 'all' is 0.
Return values
bool

True.


        
On this page

Search results