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 
4 
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 }
Base class for enums see at http://stackoverflow.com/questions/254514/php-and-enumerations.
Definition: BaseEnum.php:11