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)
Dynamic DCTs?!?!
yenly
I'm curious to know if I can dynamically generate new items on the same DCT depending on what the author chooses from a drop down list. Do i use FormAPI for that or can I use script (javascript or perl) to generate it? Please help!
Thanks in advance.
Find more posts tagged with
Comments
james1
Yes, you should use FormAPI to do this.
Using FormAPI means writing JavaScript.
Your JavaScript may, in turn, access a URL. On the server, that URL may be a Perl script (or a JSP page, or an ASP page). So you can involve all kinds of scripting languages into your solution.
Hope this helps.
-- James
--
James H Koh
Interwoven Engineering
yenly
I don't quite understand how I can go about implementing this. Could you elaborate more?
Thanks,