PHP Class Ingo_Flist, horde

Author: Mike Cochrane ([email protected])
Author: Jan Schneider ([email protected])
Author: Michael Slusarz ([email protected])
Mostra file Open project: horde/horde Class Usage Examples

Public Methods

Method Description
select ( string $value = null, string $tagname = 'actionvalue' ) : string Generates a folder widget.

Method Details

select() public static method

If an application is available that provides a mailboxList method then a <select> input is created. Otherwise a simple text field is returned.
public static select ( string $value = null, string $tagname = 'actionvalue' ) : string
$value string The current value for the field.
$tagname string The label for the select tag.
return string The HTML to render the field.