Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Heading in the DCT
lokesh
Hi All,
Does any one had created Headings in the DCT like you have items test,checkbox and other do any one have any idea how to go about having an heading in DCT.the only elements i see are The <cgi-callout> subelement can be used with the <browser>, <checkbox>, <hidden>,
<radio>, <readonly>, <text>, <textarea>, and <select>
Thank you,
lokesh.
Find more posts tagged with
Comments
Migrateduser
What do you mean by Heading? Are you looking for some sort of description? If so, you can always use the <description> element within any <item>
Thanks
lokesh
Thank's for the reply but i want to know how do i keep the heading for the whole Template
IMO.pdf
Johnny
You need to relate type of information you are trying to capture to a form field.
If you mean a Heading for the template ----> as in a title for your page
then I'm assuming you are trying to capture some text.
so that would be a text field.
I think you need to be a bit more specific if this hasnt answered your question
John Cuiuli
Consultant
Sydney, Australia
ela
Hi,
in case you would like a kind of title for use in the DCT only, you could use the container element around the items, e.g.
< container name="Content">
< item name="title">
< text required="t" size="78"/>
< /item>
< item name="subtitle">
< text required="f" size="78"/>
< /item>
.
.
etc.
< /container>
In the presentation template you treat it like a replicant:
< iw_iterate var='Content' list='dcr.Content'>
(please note: space added to the tags above to make them visible here)