TS741, WS8
----------------
I want to get label and text field on the same row.
........<item name = "Title" pathid = "Title">
<label>Heading</label>
<text required = "f" />
</item>...........
with this code, I a getting "Heading" and text field on two rows.
I want both of then on one row. How can I do that ?