Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Ingo_Flist
PHP Class Ingo_Flist, horde
Author:
Mike Cochrane (
[email protected]
)
Author:
Jan Schneider (
[email protected]
)
Author:
Michael Slusarz (
[email protected]
)
Afficher le fichier
Open project: horde/horde
Class Usage Examples
Méthodes publiques
Méthode
Description
select
(
string
$value
= null,
string
$tagname
= 'actionvalue' ) :
string
Generates a folder widget.
Method Details
select()
public
static
méthode
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.
Résultat
string
The HTML to render the field.