Ingo_Flist
in package
Generate folder lists for use in UI elements.
Tags
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.