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
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.