kate7614900
Posts: 0
Joined: Tue Jun 30, 2015 2:00 am

Multiple services in a select component

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 :)

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Multiple services in a select component

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

Return to “Issues”