Currently, we have the option to attach a Servoy method to a <a href …> combi in a HTML area.
I would like to take it a step further. As far as I know it’s not possible to dynamically create new elements in Servoy. In an HTML area, I CAN do this. So, I could dynamically create inputforms…
The only problem I have now is that I cannot feedback the value’s from the input fields in the HTML area back to Servoy. To be able to do this, Java Scripting in the HTML area should work.
Therefor, is it possible to enable Java Scripting in HTML area’s?