Hi Gurus,
I am working with a simpleForm to render a GUI-like input screen in several columns.
I tried to insert some line spaces into it in this way.
<core:Title /> <Label text="状态" /> <Input id="status" editable="false" width="2em" /> <Label text="" /> <Input editable="false" width="2em" /> <Label text="" /> <Input editable="false" width="2em" /> <Label text="" /> <Input editable="false" width="2em" /> <Label text="现款现货" /> <CheckBox id="cash" /> <Label text="玉米地销" /> <CheckBox id="cornSales" />
Here comes the questions:
1. All the fields are supposed to be showed in a single simpleForm with several columns, as seen above, but I could only make this use the <core:Tile />, this would leave a big block space on the top of the fields.
How to remove this space without turning back that all fields outputted in a single column?
2. In order to align some fields, I insert some line spaces with label text empty and input not editable, as the code pasted above, it works, but not that well.
the left label and the right one are not in the same horizontal line, how to fix this?
Regards
Sun Xuebin


