Does this resize the browser window or the controls and layout
contained in the window??

On Aug 10, 1:40 pm, "Martin.Mulone" <[email protected]> wrote:
> you can do that with jquery.
>
> for example on resize:
>
> jQuery(window).resize(function() {
>                 win_height = jQuery(window).height();
>                 win_width = jQuery(window).width();
>                 });
>
> On Aug 10, 1:44 pm, "david.waldrop" <[email protected]> wrote:
>
>
>
> > How does one go about getting an applications UX to dynamically resize
> > as the browser window is resized?  Does web2py offer any mechanism for
> > this?

Reply via email to