Skip to Content
0
Former Member
Mar 16, 2015 at 09:17 AM

SDK: Is it possible to fire an event during Design-Time?

22 Views

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