enhancement
Properties of type BinaryData should be viewable via a file selector.
Usage
A BinaryData property must be annotated with the following:
@PropertyEditor(BinaryDataEditor.class) BinaryData getMyData();
Unfortunately, the BinaryData content type is not sufficient, as it is defined in tl-basic and therefore cannot be annotated with the corresponding annotation by default.
Test
- /com.top_logic.demo/src/test/com/top_logic/demo/scripted/TestDeclarativeForms.script.xml