$cfg['rightbgimage'] = ''; // path to a background image for the right frame-----框架右侧的背景图片地址,不使用背景图片请留空
// (leave blank for no background image)
$cfg['leftpointercolor'] = '#ccffcc'; // color of the pointer in left frame
// (blank for no pointer)-----框架左侧的指向点颜色
$cfg['border'] = 0; // border width on tables-----表格宽度
$cfg['thbgcolor'] = '#d3dce3'; // table header row colour-----表格头颜色
$cfg['bgcolorone'] = '#cccccc'; // table data row colour-----表格中数据所在行的颜色
$cfg['bgcolortwo'] = '#dddddd'; // table data row colour, alternate-----表格中数据所在行的交替颜色
$cfg['browsepointercolor'] = '#ccffcc'; // color of the pointer in browse mode
// (blank for no pointer)
$cfg['browsemarkercolor'] = '#ffcc99'; // color of the marker (visually marks row
// by clicking on it) in browse mode
// (blank for no marker)
$cfg['textareacols'] = 40; // textarea size (columns) in edit mode
// (this value will be emphasized (*2) for sql
// query textareas and (*1.25) for query window)
$cfg['textarearows'] = 7; // textarea size (rows) in edit mode
$cfg['longtextdoubletextarea'] = true; // double size of textarea size for longtext fields
$cfg['textareaautoselect'] = true; // autoselect when clicking in the textarea of the querybox
$cfg['chartextareacols'] = 40; // textarea size (columns) for char/varchar
$cfg['chartextarearows'] = 2; // textarea size (rows) for char/varchar
$cfg['ctrlarrowsmoving'] = true; // enable ctrl+arrows moving between fields when editing?
$cfg['limitchars'] = 50; // max field data length in browse mode for all non-numeric fields
$cfg['modifydeleteatleft'] = true; // show edit/delete links on left side of browse