![]() |
WPDK
1.5.0
WordPress Development Kit
|
Data Fields | |
| const | A = 'a' |
| const | BUTTON = 'button' |
| const | FIELDSET = 'fieldset' |
| const | FORM = 'form' |
| const | IMG = 'img' |
| const | INPUT = 'input' |
| const | LABEL = 'label' |
| const | LEGEND = 'legend' |
| const | SELECT = 'select' |
| const | SPAN = 'span' |
| const | TEXTAREA = 'textarea' |
This class is a list of constant for HTML 4.1 tag supported
Definition at line 648 of file wpdk-html-tag.php.
| const A = 'a' |
Definition at line 651 of file wpdk-html-tag.php.
| const BUTTON = 'button' |
Definition at line 652 of file wpdk-html-tag.php.
| const FIELDSET = 'fieldset' |
Definition at line 653 of file wpdk-html-tag.php.
| const FORM = 'form' |
Definition at line 654 of file wpdk-html-tag.php.
| const IMG = 'img' |
Definition at line 655 of file wpdk-html-tag.php.
| const INPUT = 'input' |
Definition at line 656 of file wpdk-html-tag.php.
| const LABEL = 'label' |
Definition at line 657 of file wpdk-html-tag.php.
| const LEGEND = 'legend' |
Definition at line 658 of file wpdk-html-tag.php.
| const SELECT = 'select' |
Definition at line 659 of file wpdk-html-tag.php.
| const SPAN = 'span' |
Definition at line 660 of file wpdk-html-tag.php.
| const TEXTAREA = 'textarea' |
Definition at line 661 of file wpdk-html-tag.php.