PHP 클래스 WPDKHTMLTagFieldset

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

공개 프로퍼티들

프로퍼티 타입 설명
$disabled string New in HTML 5. Specifies that a group of related form elements should be disabled
$form string New in HTML 5. Specifies one or more forms the fieldset belongs to. Value: form_id
$legend WPDKHTMLTagLegend Pointer to WPDKHTMLTagLegend object. This is an utility. This class create a WPDKHTMLTagLegend object for you when the params legend in constructor is not empty.
$name string New in HTML 5. Specifies a name for the fieldset.

공개 메소드들

메소드 설명
__construct ( string $content = '', string $legend = '' ) Create an instance WPDKHTMLTagFieldset class
beforeContent ( ) -------------------------------------------------------------------------------------------------------------------

메소드 상세

__construct() 공개 메소드

Create an instance WPDKHTMLTagFieldset class
public __construct ( string $content = '', string $legend = '' )
$content string HTML inner (or adjacent) content
$legend string Content of WPDKHTMLTaglegend object

beforeContent() 공개 메소드

-------------------------------------------------------------------------------------------------------------------
public beforeContent ( )

프로퍼티 상세

$disabled 공개적으로 프로퍼티

New in HTML 5. Specifies that a group of related form elements should be disabled
public string $disabled
리턴 string

$form 공개적으로 프로퍼티

New in HTML 5. Specifies one or more forms the fieldset belongs to. Value: form_id
public string $form
리턴 string

$legend 공개적으로 프로퍼티

Pointer to WPDKHTMLTagLegend object. This is an utility. This class create a WPDKHTMLTagLegend object for you when the params legend in constructor is not empty.
public WPDKHTMLTagLegend $legend
리턴 WPDKHTMLTagLegend

$name 공개적으로 프로퍼티

New in HTML 5. Specifies a name for the fieldset.
public string $name
리턴 string