Hi guys,
is there a way to execute an own event during design time?
Example:
1. User clicks in the Additional Properties on a button
2. this button calls through ".callRuntimeHandler("fireEvent", "xyz")" the component.js ".fireEvent("xyz")"
3. event fires the "Script" that was written in the "xyz" Event in Design Time. example: APPLICATION.alert("test")
Now there should popup "test", but it doesnt.
Some ideas?
Best regards,
Juri