Class IMP_Ajax_Application_Compose
Compose view utilities for AJAX data.
Package: IMP
Category: Horde
Copyright: 2012-2014 Horde LLC
License: GPL
Author: Michael Slusarz slusarz@horde.org
Located at Ajax/Application/Compose.php
Category: Horde
Copyright: 2012-2014 Horde LLC
License: GPL
Author: Michael Slusarz slusarz@horde.org
Located at Ajax/Application/Compose.php
public
|
|
public
|
|
public
|
public
array
|
$forward_map
Forward mapping of id -> compose object constants. |
#
array(
'editasnew' => IMP_Compose::EDITASNEW,
'forward_attach' => IMP_Compose::FORWARD_ATTACH,
'forward_auto' => IMP_Compose::FORWARD_AUTO,
'forward_body' => IMP_Compose::FORWARD_BODY,
'forward_both' => IMP_Compose::FORWARD_BOTH
)
|
public
array
|
$reply_map
Reply mapping of id -> compose object constant. |
#
array(
'reply' => IMP_Compose::REPLY_SENDER,
'reply_all' => IMP_Compose::REPLY_ALL,
'reply_auto' => IMP_Compose::REPLY_AUTO,
'reply_list' => IMP_Compose::REPLY_LIST
)
|