phpMv
-UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
LayoutAdjustment.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
LayoutAdjustment
extends
BaseEnum
{
8
const
GRID_LAYOUT
=
"grid layout"
,
LIST_LAYOUT
=
"list layout"
,
BLOCK_LAYOUT
=
"block layout"
,
ZOOM
=
"zoom"
,
ZOOM_OUT
=
"zoom out"
,
RESIZE_VERTICAL
=
"resize vertical"
,
RESIZE_HORIZONTAL
=
"resize horizontal"
,
MAXIMIZE
=
"maximize"
,
CROP
=
"crop"
;
9
}
BaseEnum
Ajax\semantic\html\base\constants\icons\LayoutAdjustment
Definition:
LayoutAdjustment.php:7
Ajax\semantic\html\base\constants\icons\LayoutAdjustment\RESIZE_HORIZONTAL
const RESIZE_HORIZONTAL
Definition:
LayoutAdjustment.php:8
Ajax\semantic\html\base\constants\icons\LayoutAdjustment\MAXIMIZE
const MAXIMIZE
Definition:
LayoutAdjustment.php:8
Ajax\semantic\html\base\constants\icons\LayoutAdjustment\RESIZE_VERTICAL
const RESIZE_VERTICAL
Definition:
LayoutAdjustment.php:8
Ajax\semantic\html\base\constants\icons\LayoutAdjustment\GRID_LAYOUT
const GRID_LAYOUT
Definition:
LayoutAdjustment.php:8
Ajax\semantic\html\base\constants\icons\LayoutAdjustment\ZOOM_OUT
const ZOOM_OUT
Definition:
LayoutAdjustment.php:8
Ajax\semantic\html\base\constants\icons
Definition:
Animals.php:2
Ajax\semantic\html\base\constants\icons\LayoutAdjustment\ZOOM
const ZOOM
Definition:
LayoutAdjustment.php:8
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\LayoutAdjustment\BLOCK_LAYOUT
const BLOCK_LAYOUT
Definition:
LayoutAdjustment.php:8
Ajax\semantic\html\base\constants\icons\LayoutAdjustment\CROP
const CROP
Definition:
LayoutAdjustment.php:8
Ajax\semantic\html\base\constants\icons\LayoutAdjustment\LIST_LAYOUT
const LIST_LAYOUT
Definition:
LayoutAdjustment.php:8
Ajax
semantic
html
base
constants
icons
LayoutAdjustment.php
Generated on Thu Sep 19 2024 23:26:03 for
phpMv-UI
by
doxygen
1.8.13