How to use Javascript code ?

1
  Hello  ,  My Friend !  I want to get the contents of the text box using JavaScript code: [What is in the console data text box when I click the button] But I don't know what to do. Please help me, Thanks !
asked
2 answers
3

Why do you need to use JavaScript to get the contents? 

In Mendix, the box will be an attribute of an entity, so you can get the value using a microflow or nanoflow. 

If you do need JavaScript, you could get a nanoflow to call a JavaScript action.

https://docs.mendix.com/howto/extensibility/write-javascript-actions

answered
2

For Javascript action, you can implement them by a microflow.

answered