PHP Класс WPDKHTMLTagFieldset

Remeber to add this tag in WPDKHTMLTagName
Автор: =undo= ([email protected])
Наследование: extends WPDKHTMLTag
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$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