WPDK  1.5.0
WordPress Development Kit
 All Data Structures Files Functions Variables Pages
WPDKHTMLTagName Class Reference

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'
 

Detailed Description

This class is a list of constant for HTML 4.1 tag supported

Author
=undo= info@.nosp@m.wpxt.nosp@m.re.me
Date
2013-10-16
Version
0.8.2

Definition at line 648 of file wpdk-html-tag.php.

Field Documentation

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.


The documentation for this class was generated from the following file: