Page 1 of 1

How do I select an item from the item object mapped to my database?

Posted: Thu Jan 22, 2015 8:50 pm
by Lee Kraus

I want to return a list of items from the database and have the user select the appropriate item. (I used an item and mapped the database) Once the user selects the appropriate item, I want to save the value to local storage.

Can you help please?

I really want a standard dynamic picklist that you see on almost every mobile app. The list comes up and you can scroll through it and select the value and click done.


How do I select an item from the item object mapped to my database?

Posted: Fri Jan 23, 2015 2:44 am
by Yurii Orishchuk

Hi Lee,

Yes you need to:

  1. Store information about item in list item.

  2. Get this information on item click event handler.

  3. Store it to LSV.

    Please pass following tutorial to understand how to do it: http://devcenter.appery.io/tutorials/...

    Regards.


How do I select an item from the item object mapped to my database?

Posted: Fri Jan 23, 2015 11:43 am
by Lee Kraus

Thank you Yurli. I will complete the tutorial and follow you steps. I appreciate the help.


How do I select an item from the item object mapped to my database?

Posted: Fri Jan 23, 2015 4:24 pm
by Lee Kraus

I got it working. Thank you .

Is there a way to get a scrolling list? Just curious.

Thanks again.


How do I select an item from the item object mapped to my database?

Posted: Mon Jan 26, 2015 9:48 am
by Maryna Brodina

Hello!

If I understand your question correctly, you would need to find jQuery plugin to do that.


How do I select an item from the item object mapped to my database?

Posted: Mon Jan 26, 2015 11:51 am
by Lee Kraus

ok. thank you.