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)
Selecting a Container depending upon the checbox select
janhavi
Hi,
I have a requirement in which i need to select the container depending upon the value selected using checkbox,
For eg:
container name="1"
.......
checkbox
....
/container
container name="2"
...
/container
container name="3"
....
/container
here in the above case , i have 2 values in checkbox to select and depending upon the selected value i will be displaying the container 2 or 3.
Can you please help me out!!
Thanks,
Janvi
Teamsite 6.1
Find more posts tagged with
Comments
ISCBorisB
There were recently couple Forum threads discussing similar requirements, try to find them.
FormAPI is your instrument. Basically, you intercept 'onItemChange' Event and toggle Containers' visibility
using setVisible method.