Menu

#12 app creation/forms are not sequential

open
nobody
None
5
2002-01-12
2002-01-12
No

I'm trying to creat an app for reading docbook...
when it's done I'd like to contribute this to the
Xybrix project to increase number of users and attract
potential developers...

when creating forms in the app constructor the forms
read 'down' for example
<textfield ref="title">
<caption>title</caption>
</textfield>
<textfield ref="chapter">
<caption>chapter</caption>
</textfield>
<textfield ref="title">
<caption>title</caption>
</textfield>
<table ref="para">
<caption></caption>
<column name="para" ref="para"/>
<form ref=".">
<caption>enter text
here</caption>
<components>
<textarea ref="para">

<caption><para></caption>
</textarea>
</components>
</form>
</table>

but the output reads
<book>
<title>test</title>
<chapter>tehs</chapter>
<para>
<para>test</para>
</para>
<title>teh</title>
</book>

user error is part of the issue but it seems
more 'natural' to have the forms output as displayed
in the form view, reading down...

many thanks
Dennis

Discussion


Log in to post a comment.

MongoDB Logo MongoDB