cancel
Showing results for 
Search instead for 
Did you mean: 

Inputfileds onChange event on NWDS 7.0

Former Member
0 Kudos

Hi all ppl.

Is there a way to emulate the onChange event that NWDS7.1+ has but in NWDS 7.0 ?

Thanks in advance!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I only did once, you need to some javascript injection using an iFrame. It is not supported. I spent more time "coding" a decent way of doing it than actually solving my issue (since there is no "onChange" on 7.0.x)

Generally I would say from now on, it's impossible, if you want that upgrade - I think this is the way SAP wants anyway.

Case you want to go forward, you can access the top level frame object inside your iFrame (you still need the page to be under the same domain otherwise you will have security issues) - WDJ html element names follow a convention that is pretty easy to get, I suggest you using jQuery to select and modify your elements.

Hope it helps (somehow..)

Daniel

Former Member
0 Kudos

Thanks for the info

Answers (0)