cancel
Showing results for 
Search instead for 
Did you mean: 

HTML iView and Eventing

Former Member
0 Kudos

Hi everyone,

here the scenario I am trying to create :

- I have a HTML iView which is calling a a simple URL and that is able to accept URL Parameter

- I have a Form which contains a slider

- the Form with slider is linked to the HTML iView and the slider values is passed via URL Parameter to the HTML iView

- I have a "Input Signal" which is connected to my Form with slider and that is supposed to react on the event "urn:com.sap.vc:epcm, Input1"

- part of the website in the HTML view is the code to raise the event :

-


var extvalue = "<Params version='2' ><Row IncreaseValue='" + value "' /></Params>";

EPCMPROXY.raiseEvent("urn:com.sap.vc:epcm","Input1",extvalue);

-


and to send the value to the signal input.

the overall idea is a bi-directional update. any change in the Form on the slider triggers an update to the website and any change in the website sends the value back to the form to update the slider.

any help is much appreciated

ingo

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ingo,

there is a how-to here:

I'm looking forward to publish the correct javascript in the Wiki.

Best Regards,

Marcel