LimitChars
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user