Search found 2 matches

Go to advanced search

by Joel Swota
Mon Feb 08, 2016 9:31 pm
Forum: Issues
Topic: Add or Remove ListItem from List Manually
Replies: 38
Views: 7606
 
Jump to post

Add or Remove ListItem from List Manually

I am trying to manually add ListItems to a List control. I can see the list's item count increasing but the populated control won't show up on my form.

by Joel Swota
Mon Feb 08, 2016 5:16 pm
Forum: Issues
Topic: Add or Remove ListItem from List Manually
Replies: 38
Views: 7606
 
Jump to post

Add or Remove ListItem from List Manually

Hi, I am trying something similar and used your suggestion as follows... var newItemText = "Hello this is new item"; //Where "mobilelist_47" is your list component name. var list = Apperyio("mobilelist_47"); //Get list template item. var templateITem = list.find('li[dat...

Go to advanced search