Search found 5 matches

Go to advanced search

by Chris Fuller
Tue Nov 18, 2014 6:11 pm
Forum: Issues
Topic: How do I insert a dynamic list into a collapsible block content?
Replies: 10
Views: 2913
 
Jump to post

How do I insert a dynamic list into a collapsible block content?

Thank you for the response! It looks like the mapping you've indicated matches the data structure I described in my last comment, where the menu items are listed in an array under the appropriate item type. The data is not currently in the structure, so I'll have to take the above steps to translate...
by Chris Fuller
Tue Nov 18, 2014 3:59 pm
Forum: Issues
Topic: How do I insert a dynamic list into a collapsible block content?
Replies: 10
Views: 2913
 
Jump to post

How do I insert a dynamic list into a collapsible block content?

I think I may have a solution, but I'll have to test it to be sure. Hopefully, I'll have time to get it working tonight. Here's my plan: Create a session storage variable, ItemType, as an object with two attributes: Type (string) and Items (array). Create a session storage variable, MenuList, as an ...
by Chris Fuller
Tue Nov 18, 2014 6:46 am
Forum: Issues
Topic: How do I insert a dynamic list into a collapsible block content?
Replies: 10
Views: 2913
 
Jump to post

How do I insert a dynamic list into a collapsible block content?

I have shared the app with Appery.io Support. The app name is Off-the-Table. To recreate the issue, please follow these steps: Run the app in test mode, and you will see the login page. Click the username and password fields in turn. Default admin credentials will populate in both fields. Click 'Log...
by Chris Fuller
Tue Nov 18, 2014 6:29 am
Forum: Issues
Topic: How do I insert a dynamic list into a collapsible block content?
Replies: 10
Views: 2913
 
Jump to post

How do I insert a dynamic list into a collapsible block content?

The above mapping only shows how to map the content, not the header and content. I can get both to work individually. The challenge is getting both to work at the same time, so that both the header and content are populated from the database. As stated above, I had both working separately, but when ...
by Chris Fuller
Sun Nov 16, 2014 4:30 am
Forum: Issues
Topic: How do I insert a dynamic list into a collapsible block content?
Replies: 10
Views: 2913
 
Jump to post

How do I insert a dynamic list into a collapsible block content?

First, a little background for context: I have a restaurant app which displays the restaurant's menu. On the back end, the menu consists of a collection called MenuItem, which has all the items on the menu (e.g., hamburgers, cheese sticks, sodas, ice cream, etc.). This MenuItem collection has a poi...

Go to advanced search