PHP 클래스 Ingo_Flist, horde

저자: Mike Cochrane ([email protected])
저자: Jan Schneider ([email protected])
저자: Michael Slusarz ([email protected])
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 메소드들

메소드 설명
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.