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)
FormAPI -CheckBox
System
Hi,
Is it possible to de select check box through FormAPI ?
Thanx in advance
Find more posts tagged with
Comments
imran_patel
yes use the following setOptions command
IWDatacapture.getItem("/xpath").setOptions(newOptions);.
Migrateduser
Thanq that helps.
Migrateduser
Hi,
I need one more information from you regarding setOptions().
for example i have dropdown with 10 items.If i want to set dynamically using formAPI i mean
I want to set 5th item as current item .Is it possible ?
Thanx in advance