Javascript in Mendix

1
Hi everyone, Can anyone please help in using javascript function with mendix.I want to set a onclick event on textbox.
asked
3 answers
1

For most purposes you don't need Javascript: simply configure the On enter property of the textbox.

answered
1

If you want to use the onClick event you should create a custom widget which places a textbox on your page and enables the onclick event.

answered
0

Third solution: Use the HTML Snippet widget from the appstore, and select the Javascript option. This is handy for running little bits of JS without having to create a full-scale widget that may only be used on one screen.

answered