Discussions
Categories
Choose a Product
THRUST SERVICES
CORE APPS
CE PRODUCTS
...
Quick Links
POPULAR
HELPFUL TIPS
Groups
My Links
FOR SIGNED IN MEMBERS:
Back to website
Home
TeamSite
TeamSite, LiveSite and OpenDeploy
RowContinue
System
Hi,
In datacapture.cfg i am using the following code. I want to see two items productmodelsavailable and productmodelsselected side by side.
But some how rowcontinue="t" is not working.
Could u pls. any body give me suggestion ???
<container name="productmodel" combination="and">
<item name="productmodelavailable" rowcontinue= "t">
<label>Available Product Models:</label>
<!-- <description>Product Model</description> -->
<textarea wrap="virtual" required="t" rows="5" cols="40" validation-regex="^.{0,200}$"/>
</item>
<item name="productmodelselected" rowcontinue="f">
<label>Selected Product Models:</label>
<!-- <description>Product Model</description> -->
<textarea wrap="virtual" required="t" rows="5" cols="40" validation-regex="^.{0,200}$"/>
</item>
</container>
Thanx in Advance
Find more posts tagged with
Comments
There are no comments yet