phpMv -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
|
Data Fields | |
const | BEFORETABLE ="beforeTable" |
const | AFTERTABLE ="afterTable" |
const | HEADER ="thead" |
const | FOOTER ="tfoot" |
const | BODY ="tbody" |
Additional Inherited Members | |
Static Public Member Functions inherited from BaseEnum | |
static | getConstants () |
static | getConstantValues ($postFix="", $prefixBefore=false) |
static | isValidName ($name, $strict=false) |
static | isValidValue ($value) |
static | getRandomValue (bool $unique=false) |
Definition at line 5 of file PositionInTable.php.
const AFTERTABLE ="afterTable" |
Definition at line 6 of file PositionInTable.php.
const BEFORETABLE ="beforeTable" |
Definition at line 6 of file PositionInTable.php.
const BODY ="tbody" |
Definition at line 6 of file PositionInTable.php.
const FOOTER ="tfoot" |
Definition at line 6 of file PositionInTable.php.
const HEADER ="thead" |
Definition at line 6 of file PositionInTable.php.