I have a script that displays the contents of an xml file as a set of views stacked vertically. The height of each view in the stack is 200, so I need a scrollbar on each of these in case the text for that view is taller than the allowed area. Here's the rub. I create these views with Javascript:
i.e. - var txt = new LzText(); . . . so there's no place to include the <vscrollbar/>. Can I create a scrollbar on my text views with javascript? Matt Hubbard _______________________________________________ Laszlo-user mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-user
