Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Cannot Edit Button Event.

Sorry, could you clarify what code do you mean?
If we are talking about event on the screenshot, there is service invokation on Click event. What code are you referring to?

sunil_rinku
Posts: 0
Joined: Thu Jan 23, 2014 3:17 am

Cannot Edit Button Event.

This is the code I am talking about This code is invoked onclick event when data returns. I got this from source code.

------------------------

'onSuccess': function(data) {
if (data.code == 1) {
Appery.navigateTo('MemberPage', {});
} else {
alert('Login Failed. Please try again.');
};
},

------------------------------------

I have tried to delete the event and create new event. I still cannot edit event when REST service returns data. Let me know how can I do this. I have done this before via just clkinng on edit button as you see in screenshots.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Cannot Edit Button Event.

You need to open Data tab, please take a look at the screenshot below
Image

Return to “Issues”