More dynamics in element functions

Currently you can enter java functions for onclick, onblur and so on. Unfortunatly, if you have a lot of elements to attach a function to, you get a mess of ‘dummy’ function in the java. Say you made a function “getDataABC(strA, strB, iC)” and want to attach it, and don’t need the event of $w, then you now get the default on click function then in it need to add “getDataABC(strA, strB, iC)”.

Can it be made possible to put “getDataABC(strA, strB, iC)” directly in e.g. onClick/onBlur and so on?

1 Like