Class IMP_Tree_Flist
The IMP_Tree_Flist class provides an IMP dropdown folder list.
Copyright 2010-2012 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (GPL). If you
did not receive this file, see http://www.horde.org/licenses/gpl.
-
Horde_Tree_Select
-
IMP_Tree_Flist
Methods summary
public
|
#
__construct( string $name, array $params = array() )
Constructor.
Parameters
- $name
- The name of this tree instance.
- $params
- <p>Additional parameters.
- abbrev: (integer) Abbreviate long mailbox names by replacing the
middle of the name with '...'? Value is the total length
of the string.
DEFAULT: 30
- container_select: (boolean) Allow containers to be selected?
DEFAULT: false
- customhtml: (string) Custom HTML to add to the beginning of the HTML
SELECT tag.
DEFAULT: ''
- filter: (array) An array of mailboxes to ignore.
DEFAULT: Display all
- heading: (string) The label for an empty-value option at the top of
the list.
DEFAULT: ''
- inc_notepads: (boolean) Include user's editable notepads in list?
DEFAULT: No
- inc_tasklists: (boolean) Include user's editable tasklists in list?
DEFAULT: No
- inc_vfolder: (boolean) Include user's virtual folders in list?
DEFAULT: No
- new_folder: (boolean) Display an option to create a new folder?
DEFAULT: No</p>
|
public
|
#
getTree( boolean $static = false )
Parameters
- $static
- Ignored in this driver.
|