PHP 클래스 WPDKHTMLTagButton

Remeber to add this tag in WPDKHTMLTagName
저자: =undo= ([email protected])
상속: extends WPDKHTMLTag
파일 보기 프로젝트 열기: wpxtreme/wpdk 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$autofocus string Values autofocus.
$disabled string Set to 'disabled'. Specifies that a button should be disabled.
$form string New in HTML 5. Specifies one or more forms the element belongs to
$formaction string New in HTML 5. Specifies the URL of the file that will process the input control when the form is submitted (for type="submit" and type="image"). Values URL
$formenctype string New in HTML 5. Specifies how the form-data should be encoded when submitting it to the server (for type="submit" and type="image"). Values application/x-www-form-urlencoded, multipart/form-data, text/plain
$formmethod string Values get, post
$formnovalidate string New in HTML 5. Defines that form elements should not be validated when submitted. Values formnovalidate
$formtarget string Values _blank, _self, _parent, _top or framename
$name string Specifies a name for the button.
$type string Specifies the type of button: button, reset, submit
$value string Specifies an initial value for the button

공개 메소드들

메소드 설명
__construct ( string $content = '' ) Create an instance of WPDKHTMLTagButton class

메소드 상세

__construct() 공개 메소드

Create an instance of WPDKHTMLTagButton class
public __construct ( string $content = '' )
$content string HTML inner (or adjacent) content

프로퍼티 상세

$autofocus 공개적으로 프로퍼티

Values autofocus.
public string $autofocus
리턴 string

$disabled 공개적으로 프로퍼티

Set to 'disabled'. Specifies that a button should be disabled.
public string $disabled
리턴 string

$form 공개적으로 프로퍼티

New in HTML 5. Specifies one or more forms the element belongs to
public string $form
리턴 string

$formaction 공개적으로 프로퍼티

New in HTML 5. Specifies the URL of the file that will process the input control when the form is submitted (for type="submit" and type="image"). Values URL
public string $formaction
리턴 string

$formenctype 공개적으로 프로퍼티

New in HTML 5. Specifies how the form-data should be encoded when submitting it to the server (for type="submit" and type="image"). Values application/x-www-form-urlencoded, multipart/form-data, text/plain
public string $formenctype
리턴 string

$formmethod 공개적으로 프로퍼티

Values get, post
public string $formmethod
리턴 string

$formnovalidate 공개적으로 프로퍼티

New in HTML 5. Defines that form elements should not be validated when submitted. Values formnovalidate
public string $formnovalidate
리턴 string

$formtarget 공개적으로 프로퍼티

Values _blank, _self, _parent, _top or framename
public string $formtarget
리턴 string

$name 공개적으로 프로퍼티

Specifies a name for the button.
public string $name
리턴 string

$type 공개적으로 프로퍼티

Specifies the type of button: button, reset, submit
public string $type
리턴 string

$value 공개적으로 프로퍼티

Specifies an initial value for the button
public string $value
리턴 string