Documentation

Ingo_Flist
in package

Generate folder lists for use in UI elements.

Tags
author

Mike Cochrane mike@graftonhall.co.nz

author

Jan Schneider jan@horde.org

author

Michael Slusarz slusarz@horde.org

category

Horde

copyright

2002-2017 Horde LLC

license

http://www.horde.org/licenses/apache ASL

Table of Contents

select()  : string
Generates a folder widget.

Methods

select()

Generates a folder widget.

public static select([string $value = null ][, string $tagname = 'actionvalue' ]) : string

If an application is available that provides a mailboxList method then a <select> input is created. Otherwise a simple text field is returned.

Parameters
$value : string = null

The current value for the field.

$tagname : string = 'actionvalue'

The label for the select tag.

Return values
string

The HTML to render the field.

Search results