MichaelN
I'm new here

Alle Eingabekomponenten leeren

Jump to solution

Hallo, ich habe hier noch alten Code gefunden, den ich auf die neue FS5-API portieren muss. Wie kann ich das folgende über das neue FormData-Objekt erreichen?

for (String name : data.getVariableNames())

{

     DataValue dataValue = data.get(name);

     EditorValue<?> editor = dataValue.getEditor();

     editor.clear();

}

0 Kudos
1 Solution

Accepted Solutions
1 Reply
Peter_Jodeleit
Crownpeak employee
0 Kudos