Property | 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. |
Method | Description | |
---|---|---|
__construct ( string $content = '', string $legend = '' ) | Create an instance WPDKHTMLTagFieldset class | |
beforeContent ( ) | ------------------------------------------------------------------------------------------------------------------- |
public __construct ( string $content = '', string $legend = '' ) | ||
$content | string | HTML inner (or adjacent) content |
$legend | string | Content of WPDKHTMLTaglegend object |
public beforeContent ( ) |
public string $disabled | ||
return | string |
public string $form | ||
return | string |
public WPDKHTMLTagLegend $legend | ||
return | WPDKHTMLTagLegend |
public string $name | ||
return | string |