Search found 6 matches

Go to advanced search

by Mark Dahmke
Fri Mar 30, 2012 6:27 pm
Forum: Issues
Topic: access image assets when populating a list
Replies: 5
Views: 822
 
Jump to post

access image assets when populating a list

Eventually it'll be a list with photos taken with device camera and stored in a database along with title, etc.
But for the demo version, I was going to put static photos in assets and put the image filenames in a database field, then build my list from the database.

by Mark Dahmke
Fri Mar 30, 2012 4:31 pm
Forum: Issues
Topic: access image assets when populating a list
Replies: 5
Views: 822
 
Jump to post

access image assets when populating a list

Hi - I have a database that includes names of images for each item. I need to be able to reference those photos when populating a list in a custom javascript function, so I can display title and photo and URL to click on. If I upload images as assets how do I reference those or can I create my own f...
by Mark Dahmke
Thu Mar 15, 2012 3:53 pm
Forum: Issues
Topic: add items to list
Replies: 6
Views: 958
 
Jump to post

add items to list

Got it figured out... thanks. I've been using Chrome developer tools but hadn't gotten into the habit of using 'inspect element'... not sure why I didn't think of that earlier :) Sorry to keep asking basic questions but I haven't done much javascript lately and am still getting up to speed with Phon...
by Mark Dahmke
Thu Mar 15, 2012 2:34 pm
Forum: Issues
Topic: add items to list
Replies: 6
Views: 958
 
Jump to post

add items to list

Thanks - that's what I was trying to find. One feature that would be helpful would be a "view source" capability to be able to browse the generated code within a screen (trying to find it through the Chrome developer tool is time-consuming).

by Mark Dahmke
Wed Mar 14, 2012 7:14 pm
Forum: Issues
Topic: add items to list
Replies: 6
Views: 958
 
Jump to post

add items to list

Thanks - I need to be able to append items to the list and/or clear it and repopulate the list. I'm using the one that shows up on the palette as "list" with three items labeled 1, 2, 3.

by Mark Dahmke
Wed Mar 14, 2012 3:51 pm
Forum: Issues
Topic: add items to list
Replies: 6
Views: 958
 
Jump to post

add items to list

Hi - I've been testing Tiggzi but need a bit of help with a list. I need to be able to dynamically populate and refresh a list. What I'm doing now:

Code: Select all

 var len = results.rows.length; 

$('[name=employeeList]').html('');
for (var i=0; im just not finding it in your examples.

Thanks

Go to advanced search