Hi,
Feature request 429771 talks about dynamic lenghts for editing records.
- Should we get rid of $cfgMaxInputsize, which specifies a fixed maximum (in pixels), and works only in some browsers? I think going dynamic (max 40 characters) would be better.
- For textareas, field length (max 40) would give usually 40 columns.
Do you agree?
Marc
On Thu, Jul 19, 2001 at 01:11:01PM -0400, Marc Delisle wrote:
- Should we get rid of $cfgMaxInputsize, which specifies a fixed maximum (in pixels), and works only
in some browsers? I think going dynamic (max 40 characters) would be better.
yes, and is probably quite easy to add.
- For textareas, field length (max 40) would give usually 40 columns.
I'd suggest to add these variables to config.inc.php:
$cfgTextareaCols = "40"; $cfgTextareaRows = "7";
Do you agree?
yes at 300% :-)
Bonne continuation de vacances! :) Olivier