Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Ingo_Flist
PHP Class Ingo_Flist, horde
Author:
Mike Cochrane (
[email protected]
)
Author:
Jan Schneider (
[email protected]
)
Author:
Michael Slusarz (
[email protected]
)
显示文件
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.