Search found 6 matches

Go to advanced search

by Alan Wong
Thu Apr 23, 2015 1:27 am
Forum: Issues
Topic: How to store the value of the input to an array in the database
Replies: 4
Views: 470
 
Jump to post

How to store the value of the input to an array in the database

I did use create service. Everything is working except the array. The question is I don't know how to store the array.

by Alan Wong
Thu Apr 23, 2015 1:23 am
Forum: Issues
Topic: How to store the value of the input to an array in the database
Replies: 4
Views: 470
 
Jump to post

How to store the value of the input to an array in the database

This is not very help helpful. I still don't know how to store the array. I expect the answer would be some JS code or something. I don't know.

by Alan Wong
Tue Apr 21, 2015 11:54 pm
Forum: Issues
Topic: How to get the id of the item of a list
Replies: 1
Views: 299
 
Jump to post

How to get the id of the item of a list

var clickedItemIndex = $(this).parent().index(); var currentItemArray = Apperyio.storage.item_array.get()[clickedItemIndex]; Apperyio.storage.item.set(currentItemArray); I used this code to specify which item I am going to see. But I want to keep track of the view count. So every time I click that i...
by Alan Wong
Tue Apr 21, 2015 11:14 pm
Forum: Issues
Topic: How to store the value of the input to an array in the database
Replies: 4
Views: 470
 
Jump to post

How to store the value of the input to an array in the database

I have a input on the page. Users can put multiple items separated by ";", eg tomato; potato. Then I want to store them to an array in the database.
How I can do that?
Image

by Alan Wong
Tue Apr 21, 2015 5:11 pm
Forum: Issues
Topic: I cannot map the array to grid
Replies: 2
Views: 389
 
Jump to post

I cannot map the array to grid

I forgot to say that if I map directly from service response, I can drag Array to Array in storage. However, I have trouble drag Array from storage to Page.

by Alan Wong
Tue Apr 21, 2015 5:06 pm
Forum: Issues
Topic: I cannot map the array to grid
Replies: 2
Views: 389
 
Jump to post

I cannot map the array to grid

I want to display the array separately in each cell of grid. I can map Array to the label in the cell, but I can't map Array to grid, so it is not looping. I only map Array to the label in the cell, the result is all the array items and they are separated by comma. Anyone can help me? thank you so m...

Go to advanced search