Databases Reference
In-Depth Information
Color-Marking Rows
When moving the mouse between rows, the row background color may change
to the color defined in $cfg['BrowsePointerColor'] . This parameter can be
found in themes/themename/layout.inc.php . To enable this browse pointer for
all themes, $cfg['BrowsePointerEnable'] must be set to TRUE (the default) in
config.inc.php .
It may be interesting to visually mark some rows to highlight their importance for
personal comparison of data, or when showing data to people. Highlighting is done
by clicking the row. Clicking again removes the mark on the row. The chosen color is
defined by $cfg['BrowseMarkerColor'] ( see themes/themename/layout.inc.
php) . This feature must be enabled by setting $cfg['BrowseMarkerEnable'] to
TRUE , this time in config.inc.php —this sets the feature for all themes. We can mark
more than one row. Marking the row also activates the checkbox for this row:
Limiting the Length of Each Column
In the previous examples, we always saw the full contents of each column, because
their number of characters was within the limit defined by $cfg['LimitChars'] .
This is a limit enforced on all non-numeric fields. If this limit was lower (say 10 ), the
display would be as follows:
This would help us see more columns at the same time (at the expense of seeing less
of each column).
 
Search WWH ::




Custom Search