From: <ml...@id...> - 2003-09-04 18:04:33
|
How do you wrap a GroupManger worth of HTML Components within a form? > Hi, > > See below: > > --- ml...@id... wrote: > > > > I have an application that creates a number of > > HTMLTextBox components. > > > > I don't wrap them in a form, if I need to, I can > > change my > > application. > > I think you should wrap them in a <form> > > > My problem is that when the text is set from > > javascript, all sets go > > to the first created text box. > > Could you provide an example of the problem? > > -- > Raymond Irving > > > > > Here is a bit of a log, including the name of the > > HTMLTextBox ala the > > tostring method. > > > > Setting 1 DynObject.all.DynObject63 to Username, > > prior text :: > > Text now is : Username > > Setting 2 DynObject.all.DynObject71 to 3:mobile for > > Mobile > > Setting 2 DynObject.all.DynObject73 to Mobile, prior > > text :Username: > > Text now is : Mobile > > Setting 3 DynObject.all.DynObject81 to 1:Auto for > > Auto > > Setting 4 DynObject.all.DynObject92 to 555 555 1212, > > prior text :Mobile: > > Text now is : 555 555 1212 > > > > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Dynapi-Help mailing list > > Dyn...@li... > > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > __________________________________ > Do you Yahoo!? > Yahoo! SiteBuilder - Free, easy-to-use web site design software > http://sitebuilder.yahoo.com > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help > |