Cheetah
Variables
constants.inc.php File Reference

Go to the source code of this file.

Variables

if(!defined("BOARD_STATUS_NEW")) define("BOARD_STATUS_NEW" new
 
if(!defined("BOARD_STATUS_NORMAL")) define("BOARD_STATUS_NORMAL" normal
 
if(!defined("BOARD_STATUS_DELETE")) define("BOARD_STATUS_DELETE" delete
 
if(!defined("BOARD_STATUS_UPDATED")) define("BOARD_STATUS_UPDATED" updated
 
if(!defined("BOARD_TYPE_EDIT")) define("BOARD_TYPE_EDIT" edit
 
if(!defined("BOARD_TYPE_VIEW")) define("BOARD_TYPE_VIEW" view
 
if(!defined("USER_STATUS_OLD")) define("USER_STATUS_OLD" old
 
if(!defined("USER_STATUS_IDLE")) define("USER_STATUS_IDLE" idle
 
 $aInfo
 
 $aModules
 

Variable Documentation

◆ $aInfo

$aInfo
Initial value:
= array(
'mode' => "as3",
'title' => "Whiteboard",
'version' => "7.2.0000",
'code' => "board_7.2.0000",
'author' => "Cheetah",
'authorUrl' => "https://www.cheetahwsb.com"
)

Definition at line 21 of file constants.inc.php.

◆ $aModules

$aModules
Initial value:
= array(
'user' => array(
'caption' => 'Whiteboard',
'parameters' => array('id', 'password', 'saved'),
'js' => array(),
'inline' => true,
'vResizable' => false,
'hResizable' => false,
'reloadable' => true,
'layout' => array('top' => 0, 'left' => 0, 'width' => "100%", 'height' => 600),
'minSize' => array('width' => 700, 'height' => 600),
'div' => array(),
)
)

Definition at line 29 of file constants.inc.php.

◆ delete

if (!defined("BOARD_STATUS_DELETE")) define("BOARD_STATUS_DELETE" delete

Definition at line 11 of file constants.inc.php.

◆ edit

if (!defined("BOARD_TYPE_EDIT")) define("BOARD_TYPE_EDIT" edit

Definition at line 14 of file constants.inc.php.

◆ idle

if (!defined("USER_STATUS_IDLE")) define("USER_STATUS_IDLE" idle

Definition at line 19 of file constants.inc.php.

◆ new

if (!defined("USER_STATUS_NEW")) define("USER_STATUS_NEW" new

This work, "Cheetah - https://www.cheetahwsb.com", is a derivative of "Dolphin Pro V7.4.2" by BoonEx Pty Limited - https://www.boonex.com/, used under CC-BY. "Cheetah" is licensed under CC-BY by Dean J. Bassett Jr. CC-BY License - http://creativecommons.org/licenses/by/3.0/

Definition at line 9 of file constants.inc.php.

◆ normal

if (!defined("BOARD_STATUS_NORMAL")) define("BOARD_STATUS_NORMAL" normal

Definition at line 10 of file constants.inc.php.

◆ old

if (!defined("USER_STATUS_OLD")) define("USER_STATUS_OLD" old

Definition at line 18 of file constants.inc.php.

◆ updated

if (!defined("BOARD_STATUS_UPDATED")) define("BOARD_STATUS_UPDATED" updated

Definition at line 12 of file constants.inc.php.

◆ view

if (!defined("BOARD_TYPE_VIEW")) define("BOARD_TYPE_VIEW" view

Definition at line 15 of file constants.inc.php.