Hello, community. I am writing a script for datasets realese and at some point I get an EditorWrapper Object:
-----------------------------------------------------------------------------------------------------
content2ScriptContext = (Content2ScriptContext) context;
row = content2ScriptContext.getSelectedRow();
...
referencedDatasets.add(row.getValue("contactList_DE")); <-- here
-----------------------------------------------------------------------------------------------------
"contactList" is language-specific field and is of type FS_LIST. Is there any documentation aviable for de.espirit.firstspirit.client.editorcomponent.EditorWrapper? Maybe anyone knows which methods this class has, or how to retrieve elements stored in "contactList_DE"? I would be very grateful for any piece of advice.
Viele Grüße.