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)
How to retrieve the entire checkbox list
sabih
Can anyone help me in grabbing multiple checkbox list values and or labels under an item. I tried getOptions() but it just returns the ones that are checked. thanks
Find more posts tagged with
Comments
brandon1
getOptions() is supposed to return all the options in the item as long as it is a select, check box or radio type of item.
Current Project: TS 6.1
Environment: Solaris
sabih
Can you please provide me the correct systax of that with an example?
thanks
brandon1
var ops = IWDatacapture.getItem("/itemanme").getOptions();
Current Project: TS 6.1
Environment: Solaris