LimitChars

This commit is contained in:
Marc Delisle
2003-06-06 14:35:59 +00:00
parent f9b4b35c2e
commit e4421dd380
3 changed files with 5 additions and 2 deletions

View File

@@ -400,7 +400,7 @@ $cfg['TextareaAutoSelect'] = TRUE; // autoselect when clicking in the t
$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; // For text and blobs, max field data length in browse mode
$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
// (or at the top with vertical browse)
$cfg['ModifyDeleteAtRight'] = FALSE; // show edit/delete links on right side of browse