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)
dropdown options setvisible
rodigz
Hi,
Will be possible to set item in the dropdown to be visible or not. Let I have five options. If the user enter item in a field. It will only show 4 items in the dropdown.
thanks.
Find more posts tagged with
Comments
nipper
Not with setvisable, but you can add/remove options from a select list.
rodigz
how? what will be the approach?
thanks.
nipper
use IWDatacapture.getItem(Item).addOption(anotheroption) and IWDatacapture.getItem(Item).removeOption(removeoption)
Check the formapi manual
webproject.png