Page 2 of 2

How to update multiple objects in a collection on a single click

Posted: Mon Aug 05, 2013 12:50 pm
by vipul

sorry to ask such a silly questions, but can you tell me how to this :(


How to update multiple objects in a collection on a single click

Posted: Mon Aug 05, 2013 12:51 pm
by vipul

I know how to share the project by providing email id, r u asking to do same


How to update multiple objects in a collection on a single click

Posted: Mon Aug 05, 2013 1:13 pm
by Kateryna Grynko

In app list you can open share tab and add a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a there.


How to update multiple objects in a collection on a single click

Posted: Mon Aug 05, 2013 5:09 pm
by vipul

I have shared my project you can check now


How to update multiple objects in a collection on a single click

Posted: Mon Aug 05, 2013 10:12 pm
by Alena Prykhodko

Try to add Event Value change and Run JS:
codealert($(this).find("input").is(":checked")); /code

this - element where the event occurred.


How to update multiple objects in a collection on a single click

Posted: Tue Aug 06, 2013 9:23 am
by vipul

Hi Alena
Thanks for the help
it is working now