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 Label
Abba
<item name="subCategory" colspan="3">
<label>Choose Sub-Category</label>
<description>
Choose the Sub-Category for this content.
</description>
<select required="t">
<option label="Fed Focus" value="Fed Focus" />
</select>
</item>
--------------------------------------
Using following script i could access the name and value of an item, Is there is a way to get the label name of an item ?
var item= IWDatacapture.getItem("/subCategory");
var itemName= item.getName();
var itemValue= item.getValue();
Find more posts tagged with
Comments
There are no comments yet