Where to start with javascript for mendix

0
I've been learning mendix for a couple of weeks now, and it's going pretty well. Now i'm coming to the part where I wan't to make my applications visually more atractive. From the research i've done I'm assuming I'll need to use javascript for this, which is fine because I've wanted to get into js for a while now. The problem is that I have no idea where to start. Should I just start learning regular js and then figure out how to put it in mendix. Can you only do this through custom widgets? Are there any good tutorials on this subject? All advice is welcome! Thanks.
asked
1 answers
2

Hi Jan,

To get more knowledge to implement JavaScript in Mendix specifically, I can advise you to read this article:

https://world.mendix.com/display/Tutorials/Widgets+-+Mx+JavaScript+Reference+Guide

To learn JavaScript, there is a nice and play and learn tutorial here:

http://www.codecademy.com/en/tracks/javascript

answered