\Ingo_Flist

Generate folder lists for use in UI elements.

Summary

Methods
Properties
Constants
select()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

select()

select(string  $value = null, string  $tagname = 'actionvalue') : string

Generates a folder widget.

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

Parameters

string $value

The current value for the field.

string $tagname

The label for the select tag.

Returns

string —

The HTML to render the field.