RFE #638800 - Highlight SQL fields as discussed in the tracker.

This commit is contained in:
Garvin Hicking
2003-03-13 17:47:42 +00:00
parent 14a427263b
commit 64dc144785
3 changed files with 69 additions and 28 deletions

View File

@@ -393,6 +393,7 @@ $cfg['DefaultPropDisplay'] = 'horizontal'; // default display direction for alt
// (horizontal|vertical)
$cfg['HeaderFlipType'] = 'css'; // table-header rotation via faking or css? (css|fake)
// NOTE: CSS only works in IE browsers!
$cfg['ShowBrowseComments'] = TRUE; // shows stored relation-comments in 'browse' mode.
$cfg['ShowPropertyComments']= TRUE; // shows stored relation-comments in 'table property' mode.
$cfg['RepeatCells'] = 100; // repeat header names every X cells? (0 = deactivate)