You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Chris Chiappone <ch...@gmail.com> on 2007/07/26 18:16:08 UTC

Controling Dialog Placement

I was wondering if there was anyway to control the placement of the
Dialog component.  I occasionally have more information that a normal
1024x768 resolution can fit so users have issues seeing everything in
my dialog box.  Is there a way to force the dialog to stay in place
while scrolling.

Thanks,

-- 
~chris

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Controling Dialog Placement

Posted by Chris Chiappone <ch...@gmail.com>.
I couldn't find an actual answer to my initial question so I ended up
using a different approach which brings up another question.

What I ended up doing is using ModalBox
(http://wildbit.com/demos/modalbox/) because there were a few more
things that in could control, ie (add scrollbars if content is too
large).  This seems to be working fine.

My question though, is since ModalBox uses prototype and scriptaculous
how do I include those javascript libraries automatically without
specifically adding it to my html.  I noticed that the @Suggest
component uses these libraries so I didn't want to include them
separately and in addition it didn't include the required builder.js
file.

Thanks,

~chris

On 7/26/07, Chris Chiappone <ch...@gmail.com> wrote:
> I was wondering if there was anyway to control the placement of the
> Dialog component.  I occasionally have more information that a normal
> 1024x768 resolution can fit so users have issues seeing everything in
> my dialog box.  Is there a way to force the dialog to stay in place
> while scrolling.
>
> Thanks,
>
> --
> ~chris
>


-- 
~chris

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Controling Dialog Placement

Posted by Martino Piccinato <ma...@gmail.com>.
I think you can do this quiet easily overriding the "dojoDialog" css
class (assigned by Dialog template to dialog div).

I'm not sure about it though because I?m trying to use Dialog
component without success (see my msg on the list): are you using
Dialog in Tapestry 4.1.2 without problems?

On 7/26/07, Chris Chiappone <ch...@gmail.com> wrote:
> I was wondering if there was anyway to control the placement of the
> Dialog component.  I occasionally have more information that a normal
> 1024x768 resolution can fit so users have issues seeing everything in
> my dialog box.  Is there a way to force the dialog to stay in place
> while scrolling.
>
> Thanks,
>
> --
> ~chris
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org