Improved the "mark row" feature so it can be used with the "pointer" one

This commit is contained in:
Loïc Chapeaux
2002-03-23 11:12:30 +00:00
parent c8bc6ac992
commit 4fafc30ea4
6 changed files with 97 additions and 49 deletions

View File

@@ -186,10 +186,9 @@ $cfgBgcolorOne = '#CCCCCC'; // table data row colour
$cfgBgcolorTwo = '#DDDDDD'; // table data row colour, alternate
$cfgBrowsePointerColor = '#CCFFCC'; // color of the pointer in browse mode
// (blank for no pointer)
$cfgBrowseMarkRow = 0; // if set to 1,
// and $cfgBrowsePointerColor has a
// value, you can click on rows to
// visually mark them with this color
$cfgBrowseMarkerColor = '#FFCC99'; // color of the marker (visually marks row
// by clicking on it) in browse mode
// (blank for no marker)
$cfgTextareaCols = 40; // textarea size (columns) in edit mode
$cfgTextareaRows = 7; // textarea size (rows) in edit mode
$cfgLimitChars = 50; // max field data length in browse mode