Discussions
Categories
Choose a Product
THRUST SERVICES
CORE APPS
CE PRODUCTS
...
Quick Links
POPULAR
HELPFUL TIPS
Groups
My Links
FOR SIGNED IN MEMBERS:
Back to website
Home
TeamSite
TeamSite, LiveSite and OpenDeploy
container-FormAPI
System
Hi,
How to find out container name in form-api.
I have container with A and B.I want to know from form-API whether i selected A or B.
for ex:
<container name="AORB" combination="or">
<label>A OR B</label>
<item name="A">
<label>A</label>
<textarea row="5" col="20" >
</textarea>
</item>
<item name="B">
<label>B </label>
<textarea row="5" col="20" >
</textarea>
</item>
</container>
I am trying like this
IWDatacapture.getitem("/AORB") it is returning object when i use .getValue() It is returning null..
Thanx in advance
Find more posts tagged with
Comments
There are no comments yet