From: Al B. <by...@lo...> - 2001-02-07 13:35:24
|
Luca, I am not sure that this is what you are looking for, but I had a need to add multiple DynLayer objects to a "ScrollPane" object, which descends from the "ViewPort" objects. I ended up combining both sets of code into one object, rather than descend from ScrollPane, because it did not like creating the Scrollbar objects in ScrollPane in the prototype assignment before DynAPI.document was created. The current ViewPort code is just designed to show one object, but it was fairly simple to change "content" to an array of objects. It showed up fine in the ScrollPane. I was just fooling around and the code is just a mesh of the two objects, but I can send it to you if you want. -Al Luc...@me... wrote: > Dear DynApi-Dev > I am trying to use DynAPi in order to create a page which "grows" before > submission. > Namely, > A page is generated which contains some fields to fill in. > However there is one field which may have multiple values. > SInce is not known how many values the user would need to have, and would > be extremely > poor from a stylistic point of view either hardcode the number of fields or > use a CGI-posting method > to iterate until the final submit is given, I would like to use DynApi to > do that. > > I have checked dozens of DHTML and Javascript sites as well as dejanews but > could not figure how > to do that in practical terms. > > I have then tried with dynapi and failed. > > I would very much appreciate your support / suggestions. > > In my opinon, the DynApi does not yet implements ways to handle the above > problem. > I have tried with the List object but always got the IE5 to crash. > > I will very much appreciate your advice. > Sorry for the triviality of the question. > Luca > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev -- Al Byers Local Square, Inc. 826 N. Augusta St. Staunton, VA 24401 540.213.0500 www.localsquare.com by...@lo... |