The problem with modal is there are two ways to implement it:
1) using an ajax callback
2) loading one form per item with the page

1) is not a good solution because would require the programmer to
create the callback. It is one more step and one that scares lots of
people.
2) will make ages heavy to load.
Moreover it would require a model js library and I am skeptical
welcome should ship with that.

You can already do modal is you a jqmodal and if you use custom links
to link to your callback (which can be implemented using SQLFORM.grid
as well).

Anyway, let me know how you think it should work, perhaps I am missing
something and I am sure it can be improved.

On Aug 22, 10:38 am, Kenneth Lundström <kenneth.t.lundst...@gmail.com>
wrote:
> +1 for modal option.
>
> Why not make it optional.
>
> Kenneth
>
>
>
>
>
>
>
> > On Sunday, August 21, 2011 11:10:23 PM UTC-4, pbreit wrote:
>
> >     That seems unnecessary to me. Easy enough to command-click a link
> >     to open in a new tab/window.
>
> > I think most users won't know/bother to command-click, so a modal
> > might be a reasonable option.
>
> >     And you might not want to reload the table window since it could
> >     add unnecessary activity on the DB.
>
> > The table reloads after you edit a record anyway, so reloading after a
> > modal submit wouldn't generate any additional activity.
> > Anthony

Reply via email to