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
Hiding labels
System
How do you hide labels in replicants? I don't even have any label tags but TeamSite puts in default ones using the pathid as the text. This is for paragraphs in a page and people don't really need a label to the left that says "Paragraph" because if they didn't know that already, I'd be sending them home! Here's my code:
<container name="body" location="body" min="1" max="100">
<item name="subheading" pathid="subheading">
<text maxlength="0" required="f" size="90"/>
</item>
<item name="paragraph" pathid="paragraph" hide-name="t">
<textarea cols="62" external-editor="visualformat" external-editor-inline="t" required="t" rows="15" wrap="off"/>
</item>
</container>
Find more posts tagged with
Comments
There are no comments yet