Re: XTF/XForms elements layout strange behaviour
Aaron Reed <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
Robert Marcano wrote: > On Mon, 2004-09-13 at 03:45, R_O_O_K wrote: > >>Dnia 2004-09-12 05:34, Użytkownik Robert Marcano napisał: >> >> >>>I have managed to learn a little about XTF and the XForms input element >>>initial implementation, based on that I have implemented a simple >>>version of the xforms:submit. Creating a test file (attached) I noticed >>>that the layout of the elements is strange, the second input element and >>>the second submit element always starts at the right side of the >>>document window, and if i resize the window to a smaller size, it moves >> >>Hi! >> >>I had similar problems with .xml files containing xul. However after >>chnging the extension to .xul everything worked fine. Try changing the >>file name to test.html and maybe this would work. > > > I tried ".xhtml" and the layout problem persist, Using ".html" does not > activate XTF, and tha is normal > > >>Michał Ziemski >> >>_______________________________________________ >>mozilla-xml mailing list >>[email protected] >>http://mail.mozilla.org/listinfo/mozilla-xml > > ________________________________________ > Robert Marcano > > web: http://www.marcanoonline.com/ > blog: http://www.marcanoonline.com/plog/ > ________________________________________ > > Hey Robert, I didn't see a second input element in your code. I assume that it is just after the first one, so that you have two input elements then two submit elements? --Aaron