phpMv
-UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
TextEditor.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Ajax\semantic\html\base\constants\icons
;
4
5
use
Ajax\common\BaseEnum
;
6
7
abstract
class
TextEditor
extends
BaseEnum
{
8
const
COLUMNS
=
"columns"
,
SORT_ALPHABET_ASCENDING
=
"sort alphabet ascending"
,
SORT_ALPHABET_DESCENDING
=
"sort alphabet descending"
,
SORT_ASCENDING
=
"sort ascending"
,
SORT_CONTENT_ASCENDING
=
"sort content ascending"
,
SORT_CONTENT_DESCENDING
=
"sort content descending"
,
SORT_DESCENDING
=
"sort descending"
,
SORT
=
"sort"
,
SORT_NUMERIC_ASCENDING
=
"sort numeric ascending"
,
SORT_NUMERIC_DESCENDING
=
"sort numeric descending"
,
TABLE
=
"table"
;
9
}
Ajax\semantic\html\base\constants\icons\TextEditor\SORT_ALPHABET_ASCENDING
const SORT_ALPHABET_ASCENDING
Definition:
TextEditor.php:8
Ajax\semantic\html\base\constants\icons\TextEditor\SORT_ASCENDING
const SORT_ASCENDING
Definition:
TextEditor.php:8
BaseEnum
Ajax\semantic\html\base\constants\icons\TextEditor\SORT_CONTENT_ASCENDING
const SORT_CONTENT_ASCENDING
Definition:
TextEditor.php:8
Ajax\semantic\html\base\constants\icons\TextEditor\SORT
const SORT
Definition:
TextEditor.php:8
Ajax\semantic\html\base\constants\icons
Definition:
Animals.php:2
Ajax\semantic\html\base\constants\icons\TextEditor\SORT_NUMERIC_DESCENDING
const SORT_NUMERIC_DESCENDING
Definition:
TextEditor.php:8
Ajax\semantic\html\base\constants\icons\TextEditor\SORT_DESCENDING
const SORT_DESCENDING
Definition:
TextEditor.php:8
Ajax\semantic\html\base\constants\icons\TextEditor\TABLE
const TABLE
Definition:
TextEditor.php:8
Ajax\semantic\html\base\constants\icons\TextEditor
Definition:
TextEditor.php:7
Ajax\common\BaseEnum
Base class for enums see at http://stackoverflow.com/questions/254514/php-and-enumerations.
Definition:
BaseEnum.php:11
Ajax\semantic\html\base\constants\icons\TextEditor\COLUMNS
const COLUMNS
Definition:
TextEditor.php:8
Ajax\semantic\html\base\constants\icons\TextEditor\SORT_NUMERIC_ASCENDING
const SORT_NUMERIC_ASCENDING
Definition:
TextEditor.php:8
Ajax\semantic\html\base\constants\icons\TextEditor\SORT_ALPHABET_DESCENDING
const SORT_ALPHABET_DESCENDING
Definition:
TextEditor.php:8
Ajax\semantic\html\base\constants\icons\TextEditor\SORT_CONTENT_DESCENDING
const SORT_CONTENT_DESCENDING
Definition:
TextEditor.php:8
Ajax
semantic
html
base
constants
icons
TextEditor.php
Generated on Thu Sep 19 2024 23:26:03 for
phpMv-UI
by
doxygen
1.8.13