Update textbox with Mendix Client API?

0
Hi, is it possible to update a textbox value with Mendix API like mxui/dijit/dojo? and is there any example for this?   Thanks for help!
asked
1 answers
0

Dijit and dojo were the go-to-tool in Mendix version 7 and older. Since you are on 8.8.1 you better resort to React.

Have a look at the academy tutorials: https://docs.mendix.com/howto/extensibility/write-javascript-actions#1-introduction and its followup https://docs.mendix.com/howto/extensibility/write-javascript-github#1-introduction and you will be good to go

answered