You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Mariano Petrakovsky <mp...@tecnonexo.com> on 2005/06/14 14:55:03 UTC

ScrollBox?

Exist some ScrollBox component... some like a PanelGroup with constraints of
size and if to contained components  they surpass this size, a scrollbar
appear!? :D...

I want to use this to put a selectManyCheckBox.

     Thanxs! :)


--
Mariano G. Petrakovsky
Programmer · Software Factory
AXG Tecnonexo -  www.tecnonexo.com

Development facilities:Av. Maipú 1252 8º (C1006ACT) · Buenos Aires ·
Argentina.
Tel.: (54-11) 4878-0005 - Fax: (54-11) 4878-0065.

Headquarters: 1604 Spring Hill Road, Suite 160 Vienna · VA 22182 · USA.
Tel.: (202) 986-7541 - Fax: (202) 787-3891.


· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · ·
· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · ·
· · · ·




Re: ScrollBox?

Posted by Bruno Aranda <br...@gmail.com>.
The web.xml setting autoscroll is not for that. This setting, when
true, should prevent the browser from jumping to the top of the page
on every click...

Regards,

Bruno

2005/6/14, Werner Punz <we...@gmx.at>:
> Mariano Petrakovsky wrote:
> > Exist some ScrollBox component... some like a PanelGroup with constraints of
> > size and if to contained components  they surpass this size, a scrollbar
> > appear!? :D...
> >
> > I want to use this to put a selectManyCheckBox.
> >
> I remember there is a scroller setting in the web.xml config parameters
> (autoscroll) I dont know what it exactly does however, that one might
> solve your problem.
> 
>

Re: ScrollBox?

Posted by Werner Punz <we...@gmx.at>.
Mariano Petrakovsky wrote:
> Exist some ScrollBox component... some like a PanelGroup with constraints of
> size and if to contained components  they surpass this size, a scrollbar
> appear!? :D...
> 
> I want to use this to put a selectManyCheckBox.
> 
I remember there is a scroller setting in the web.xml config parameters
(autoscroll) I dont know what it exactly does however, that one might 
solve your problem.


RE: ScrollBox?

Posted by Mariano Petrakovsky <mp...@tecnonexo.com>.
Thanks Bruno!... It's work fine :)

--
Mariano G. Petrakovsky
Programmer · Software Factory
AXG Tecnonexo -  www.tecnonexo.com

Development facilities:Av. Maipú 1252 8º (C1006ACT) · Buenos Aires ·
Argentina.
Tel.: (54-11) 4878-0005 - Fax: (54-11) 4878-0065.

Headquarters: 1604 Spring Hill Road, Suite 160 Vienna · VA 22182 · USA.
Tel.: (202) 986-7541 - Fax: (202) 787-3891.


· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · ·
· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · ·
· · · ·


-----Mensaje original-----
De: Bruno Aranda [mailto:brunoaranda@gmail.com]
Enviado el: Martes, 14 de Junio de 2005 10:04
Para: MyFaces Discussion
Asunto: Re: ScrollBox?


You could use the x:div component with the right css styles, like this:

<x:div style="height:200px;width:300px;overflow: auto;">

[your list here]

</x:div>

Regards,

Bruno

2005/6/14, Mariano Petrakovsky <mp...@tecnonexo.com>:
> Exist some ScrollBox component... some like a PanelGroup with constraints
of
> size and if to contained components  they surpass this size, a scrollbar
> appear!? :D...
>
> I want to use this to put a selectManyCheckBox.
>
>      Thanxs! :)
>
> --
> Mariano G. Petrakovsky
> Programmer · Software Factory
> AXG Tecnonexo -  www.tecnonexo.com
>
> Development facilities:Av. Maipú 1252 8º (C1006ACT) · Buenos Aires ·
> Argentina.
> Tel.: (54-11) 4878-0005 - Fax: (54-11) 4878-0065.
>
> Headquarters: 1604 Spring Hill Road, Suite 160 Vienna · VA 22182 · USA.
> Tel.: (202) 986-7541 - Fax: (202) 787-3891.
>
> · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · ·
·
> · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · ·
·
> · · · ·
>
>




Re: ScrollBox?

Posted by Bruno Aranda <br...@gmail.com>.
You could use the x:div component with the right css styles, like this:

<x:div style="height:200px;width:300px;overflow: auto;">

[your list here]

</x:div>

Regards,

Bruno

2005/6/14, Mariano Petrakovsky <mp...@tecnonexo.com>:
> Exist some ScrollBox component... some like a PanelGroup with constraints of
> size and if to contained components  they surpass this size, a scrollbar
> appear!? :D...
> 
> I want to use this to put a selectManyCheckBox.
> 
>      Thanxs! :)
> 
> --
> Mariano G. Petrakovsky
> Programmer · Software Factory
> AXG Tecnonexo -  www.tecnonexo.com
> 
> Development facilities:Av. Maipú 1252 8º (C1006ACT) · Buenos Aires ·
> Argentina.
> Tel.: (54-11) 4878-0005 - Fax: (54-11) 4878-0065.
> 
> Headquarters: 1604 Spring Hill Road, Suite 160 Vienna · VA 22182 · USA.
> Tel.: (202) 986-7541 - Fax: (202) 787-3891.
> 
> · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · ·
> · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · ·
> · · · ·
> 
>