How do I get the value entered by the user in the text box?

0
hello,my friends I have a problem now, I want to get the value entered by the user directly from the text box, I've used WPF. I know MVVM and binding, But what should I do in mendix?
asked
1 answers
0

First of all, I recommend doing some of the Basic learning paths in the Academy section.

Your Text Box needs to be inside a DataView or some similar widget. It also needs to be linked to the attribute of an object (that is shown in the widget). If you now execute a microflow/nanoflow from within the widget, you can Access the object and it's attributes (including your text attribute).

answered