Documentation TYPO3 par Ameos

layout.inc.php

00001 <?php
00002 
00003 $cfg['LeftWidth']           = 180;          // left frame width
00004 /* colors */
00005 $cfg['LeftBgColor']         = '#666699';    // background color for the left frame
00006 $cfg['RightBgColor']        = '#FFFFFF';    // background color for the right frame
00007 $cfg['RightBgImage']        = '';           // path to a background image for the right frame
00008                                             // (leave blank for no background image)
00009 $cfg['LeftPointerColor']    = '#9999CC';    // color of the pointer in left frame
00010 $cfg['Border']              = 0;            // border width on tables
00011 $cfg['ThBgcolor']           = '#666699';    // table header row colour
00012 $cfg['BgcolorOne']          = '#EEEEEE';    // table data row colour
00013 $cfg['BgcolorTwo']          = '#E5E5E5';    // table data row colour, alternate
00014 $cfg['BrowsePointerColor']  = '#CCCCFF';    // color of the pointer in browse mode
00015 $cfg['BrowseMarkerColor']   = '#FFCC99';    // color of the marker (visually marks row
00016                                             // by clicking on it) in browse mode
00017 
00018 $cfg['QueryWindowWidth']    = 600;          // Width of Query window
00019 $cfg['QueryWindowHeight']   = 400;          // Height of Query window
00020 
00024 $cfg['SQP']['fmtColor']     = array(        // Syntax colouring data
00025     'comment'            => '#808000',
00026     'comment_mysql'      => '',
00027     'comment_ansi'       => '',
00028     'comment_c'          => '',
00029     'digit'              => '',
00030     'digit_hex'          => 'teal',
00031     'digit_integer'      => 'teal',
00032     'digit_float'        => 'aqua',
00033     'punct'              => 'fuchsia',
00034     'alpha'              => '',
00035     'alpha_columnType'   => '#FF9900',
00036     'alpha_columnAttrib' => '#0000FF',
00037     'alpha_reservedWord' => '#990099',
00038     'alpha_functionName' => '#FF0000',
00039     'alpha_identifier'   => 'black',
00040     'alpha_charset'      => '#6495ed',
00041     'alpha_variable'     => '#800000',
00042     'quote'              => '#008000',
00043     'quote_double'       => '',
00044     'quote_single'       => '',
00045     'quote_backtick'     => ''
00046 );
00047 ?>


Généré par Les experts TYPO3 avec  doxygen 1.4.6