[Phpmyadmin-devel] grid editing and newlines
Marc Delisle
marc at infomarc.info
Fri Nov 11 18:32:43 CET 2011
Dieter Adriaenssens a écrit :
> Kind regards,
> Dieter Adriaenssens.
> Op 11 nov. 2011 16:00 schreef "Marc Delisle" <marc at infomarc.info
> <mailto:marc at infomarc.info>> het volgende:
> >
> > Hi,
> > when grid editing a TEXT column, hitting ENTER transmits my change
> > instead of inserting a new line.
>
> It makes sense that in this case a new line is added, but how should the
> entry be submitted in the database? If I'm not mistaken there is no
> submit button at the moment.
Dieter,
by default, $cfg['SaveCellsAtOnce'] is set to false, thus not showing a
submit button.
When setting it to true, a submit button appears but the field closes as
soon as ENTER is hit.
If we want to support grid editing + newlines, a possible solution would
be to ask the user to click outside the input field but it's less efficient.
> >
> > Not sure what the best solution would be.
> >
> > --
> > Marc Delisle
> > http://infomarc.info
--
Marc Delisle
http://infomarc.info
More information about the Developers
mailing list