Documentation TYPO3 par Ameos |
00001 <?php 00002 00003 $cfg['LeftWidth'] = 200; // left frame width 00004 /* colors */ 00005 $cfg['LeftBgColor'] = '#D0DCE0'; // background color for the left frame 00006 $cfg['RightBgColor'] = '#F5F5F5'; // 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'] = '#CCFFCC'; // color of the pointer in left frame 00010 $cfg['Border'] = 0; // border width on tables 00011 $cfg['ThBgcolor'] = '#D3DCE3'; // table header row colour 00012 $cfg['BgcolorOne'] = '#E5E5E5'; // table data row colour 00013 $cfg['BgcolorTwo'] = '#D5D5D5'; // table data row colour, alternate 00014 $cfg['BrowsePointerColor'] = '#CCFFCC'; // 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 ?>