Re: @number attribute on xforms:repeat

Erik Bruchez wrote:
>
> All,
>
> I have been wondering if and how XForms engines out there implement 
> this attribute. Do implementations show a scrollbar? Or search 
> engine-style paging with a navigation bar to navigate between pages? 
> Is that really the idea behind this attribute?
>

Not at all well.  Best not to use this to implement scrolling.
Wrap the repeat in a div and use css to turn on scroll bars using 
overflow=scroll

If you are using firefox or MozzIE you can use vertical scroll bars only:

    overflow: -moz-scrollbars-vertical;

regards

Received on Friday, 25 November 2005 21:05:43 UTC