Page 1 of 1

Error Adding Event

Posted: Wed Jan 02, 2013 12:00 pm
by Renjith V

While trying to add an event for setting the property of a component, it is giving an error saying "Cannot save event with not completed data! Discard changes?"
I am not able to see anything incomplete.
See screenshot. Image


Error Adding Event

Posted: Wed Jan 02, 2013 12:12 pm
by Kateryna Grynko

Hello,
It's a bug. It will be fixed soon.


Error Adding Event

Posted: Wed Jan 02, 2013 1:57 pm
by Kateryna Grynko

There is a workaround.
You can read the local storage variable via the API.
Run this JavaScript code on page load:
codevar input = localStorage.getItem("_quesld");
Tiggzi('test').text(input);/code


Error Adding Event

Posted: Wed Jan 02, 2013 1:58 pm
by Renjith V

Ah great, thank you, will try this.