Search found 42 matches

Go to advanced search

by Michael Brandon
Tue Jun 16, 2015 12:12 am
Forum: Issues
Topic: Card Style UI mapped to Grid
Replies: 1
Views: 322
 
Jump to post

Card Style UI mapped to Grid

Hello, I have read through tons of post here and have yet to locate a definitive answer and wondered if anyone might have one. With the ever increasing "Card Style" UI in modern app design (you see it everywhere ex. Pinterest & attached screenshots) I want to emulate this UI in my proj...
by Michael Brandon
Mon Jun 15, 2015 6:45 pm
Forum: Issues
Topic: Mapping Boolean to Select component true/false image
Replies: 12
Views: 1327
 
Jump to post

Mapping Boolean to Select component true/false image

Thank you. That solved the console.log error, but the condition doesn't change with the change of the Select component. Regardless whether the selector is set as value True or False, the true img scr is shown. I am trying to map a boolean value into the select component and have the image change whe...
by Michael Brandon
Mon Jun 15, 2015 2:14 pm
Forum: Issues
Topic: Mapping Boolean to Select component true/false image
Replies: 12
Views: 1327
 
Jump to post

Mapping Boolean to Select component true/false image

I've read through all the Appery JS API docs and cannot distinguish whether this implementation is correct of not? Do I also need to had JS in the mapping section to get the boolean value from the collection using the service?

Any help here would be great. Thanks.

by Michael Brandon
Fri Jun 12, 2015 6:53 pm
Forum: Issues
Topic: Mapping Boolean to Select component true/false image
Replies: 12
Views: 1327
 
Jump to post

Mapping Boolean to Select component true/false image

and it's triggered from this line:
var stampUnlocked = Boolean(Appery('stampBoolean').value());

by Michael Brandon
Fri Jun 12, 2015 6:51 pm
Forum: Issues
Topic: Mapping Boolean to Select component true/false image
Replies: 12
Views: 1327
 
Jump to post

Mapping Boolean to Select component true/false image

I did that and found this in the console: Uncaught TypeError: Appery(...).value is not a function

by Michael Brandon
Thu Jun 11, 2015 4:32 pm
Forum: Issues
Topic: Mapping Boolean to Select component true/false image
Replies: 12
Views: 1327
 
Jump to post

Mapping Boolean to Select component true/false image

Hi Sergiy, thanks for the quick response. I am using this code on pageShow. However, I have tried using this code with the Selector, Toggle, Checkbox, and Input (with the value typed into it) components and none seem to work. Thoughts? I can't help but wonder if the img path isn't correct? These ass...
by Michael Brandon
Thu Jun 11, 2015 12:57 am
Forum: Issues
Topic: Mapping Boolean to Select component true/false image
Replies: 12
Views: 1327
 
Jump to post

Mapping Boolean to Select component true/false image

Hello, I'm trying to map a collection Boolean value to a Select component and read the value with an image change js function on pageShow event. Currently, I have a non-visible Select component on my page with label/value set as true/false (see screen shot) and the following js on pageShow; var stam...
by Michael Brandon
Mon Jun 01, 2015 8:32 pm
Forum: Issues
Topic: Navigate to page action not working
Replies: 42
Views: 3968
 
Jump to post

Navigate to page action not working

Suppose we want the user to navigate 'back' to the page they were previously on?

by Michael Brandon
Fri May 15, 2015 4:09 pm
Forum: Issues
Topic: Calendar collection
Replies: 1
Views: 328
 
Jump to post

Calendar collection

Hello, I wondered if anyone could recommend a clean DB (record/column) structure for handling user's availability(calendar dates). Should I build out a complete DB for the year and populate it, or is it recommended that I just use; Month, Day,Year, Available(Boolean), User(pointer to UserCollection_...

Go to advanced search