Page 1 of 1

Multiple services in a select component

Posted: Mon Jul 13, 2015 7:05 am
by kate7614900

Hi

I want to know if it's possible for a select component to use multiple services.
For example, in a select component there is 3 opinion. When i clicked on one of them they will invoke a different service each. If there such way please tell me.

Thanks :)


Multiple services in a select component

Posted: Mon Jul 13, 2015 10:28 am
by Evgene Karachevtsev

Hello Kate,

You may write the checked value of select component in some variable and then check this variable and according to it's value call the desired service via JS codeserviceIntanceName.execute({});/code