PHP Класс Ingo_Flist, horde

Автор: Mike Cochrane ([email protected])
Автор: Jan Schneider ([email protected])
Автор: Michael Slusarz ([email protected])
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
select ( string $value = null, string $tagname = 'actionvalue' ) : string Generates a folder widget.

Описание методов

select() публичный статический Метод

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.
Результат string The HTML to render the field.