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
Replicant Index Number
System
Hi There!!
I'm trying to find out how can I know which instance of my replicants called myfunction().
Example:
I registered the event:
IWEventRegistry.addItemHandler("/deckinfo/deckname", "onItemChange", onDeckNameSelected);
I have the function:
function onDeckNameSelected(deck_handler)
{
var deck_item_options = deck_handler.getOptions();
var deck_item_selected = deck_handler.getValue();
var deck_code = deck_item_options[deck_item_selected].value;
var deck_name = deck_item_options[deck_item_selected].text;
alert(deck_item_options);
alert(deck_item_selected);
alert(deck_name);
alert(deck_code);
}
Inside that function I would need to setValue for another field within the same replicant instance.
Like:
IWDatacapture.getItem("/deckinfo/deck[3]").setValue("some string")
any sugestion?
Thanks!!
Paulo Gouveia
Royal Caribbean and Celebrity Cruises
Information Tecnology
Find more posts tagged with
Comments
There are no comments yet