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)
click option checkbox - get a textbox to fill out
System
In a DCT I need to have a checkbox that when clicked
makes a text box appear under it - I'm not sure how to do this in Interwoven - any help - snippets, articles in the kb which describe this would be great Thanks
Find more posts tagged with
Comments
Migrateduser
This can be done with FormAPI in TST 5.5.2. Prior to FormAPI, you'd need to use a callout and have a secondary, popup window to contain your optional content.
If you have 5.5.2, have a look at the FormAPI examples in iw-home/examples/templating/templatedata/userscript. I've also attached one of my example datacapture.cfg files that demonstrates some of the functionality you need.
Also, read the FormAPI documentation on the teamsite server, at
http://localhost/iw/help/tst/FormAPI
.
bw
Bob Walden [bob.walden@interwoven.com]
Interwoven Education Group
IM: Yahoo, MSN bob_walden
Migrateduser
Thank you very - much this code looks very helpful and along the lines of what I need to do