PHP Class WPDKHTMLTagFieldset

Remeber to add this tag in WPDKHTMLTagName
Author: =undo= ([email protected])
Inheritance: extends WPDKHTMLTag
Afficher le fichier Open project: wpxtreme/wpdk Class Usage Examples

Méthodes publiques

Свойство Type Description
$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.

Méthodes publiques

Méthode Description
__construct ( string $content = '', string $legend = '' ) Create an instance WPDKHTMLTagFieldset class
beforeContent ( ) -------------------------------------------------------------------------------------------------------------------

Method Details

__construct() public méthode

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 méthode

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

Property Details

$disabled public_oe property

New in HTML 5. Specifies that a group of related form elements should be disabled
public string $disabled
Résultat string

$form public_oe property

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

$legend public_oe property

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
Résultat WPDKHTMLTagLegend

$name public_oe property

New in HTML 5. Specifies a name for the fieldset.
public string $name
Résultat string