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

Data Fields

const BUTTON = 'button'
 
const CHECKBOX = 'checkbox'
 
const COLOR = 'color'
 
const DATE = 'date'
 
const DATETIME = 'datetime'
 
const DATETIME_LOCAL = 'datetime-local'
 
const EMAIL = 'email'
 
const FILE = 'file'
 
const HIDDEN = 'hidden'
 
const IMAGE = 'image'
 
const MONTH = 'month'
 
const NUMBER = 'number'
 
const PASSWORD = 'password'
 
const RADIO = 'radio'
 
const RANGE = 'range'
 
const RESET = 'reset'
 
const SEARCH = 'search'
 
const SUBMIT = 'submit'
 
const TEL = 'tel'
 
const TEXT = 'text'
 
const TIME = 'time'
 
const URL = 'url'
 
const WEEK = 'week'
 

Detailed Description

This class is a list of constants for HTML type input tag.

Author
=undo= info@.nosp@m.wpxt.nosp@m.re.me
Date
2012-11-28
Version
0.8.1

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

Field Documentation

const BUTTON = 'button'

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

const CHECKBOX = 'checkbox'

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

const COLOR = 'color'

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

const DATE = 'date'

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

const DATETIME = 'datetime'

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

const DATETIME_LOCAL = 'datetime-local'

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

const EMAIL = 'email'

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

const FILE = 'file'

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

const HIDDEN = 'hidden'

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

const IMAGE = 'image'

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

const MONTH = 'month'

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

const NUMBER = 'number'

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

const PASSWORD = 'password'

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

const RADIO = 'radio'

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

const RANGE = 'range'

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

const RESET = 'reset'

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

const SEARCH = 'search'

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

const SUBMIT = 'submit'

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

const TEL = 'tel'

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

const TEXT = 'text'

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

const TIME = 'time'

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

const URL = 'url'

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

const WEEK = 'week'

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


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