I have just tried out the new CC 6 and a lot of it makes sense, looking forward to the How To section being expanded upon in the future.
What I can't figure at the moment is the method to show an image in the table view (or else where) it's been a long time since I did it for CC5.
At the moment I can see the file name as stored in the db, but can't figure out how to get it to add the file path.
Regards,
Dave
What I can't figure at the moment is the method to show an image in the table view (or else where) it's been a long time since I did it for CC5.
At the moment I can see the file name as stored in the db, but can't figure out how to get it to add the file path.
Regards,
Dave
Hi Dave,
Add an html view then in the "Columns views" in your table view, call the htmnl view: {view:html_view_name}
Now in the html view use this code:
Best regards,
Max
Add an html view then in the "Columns views" in your table view, call the htmnl view: {view:html_view_name}
Now in the html view use this code:
<img src="path/to/your/image/{var:table_view_name.row.Model.image_field}" />
Best regards,
Max
This topic is locked and no more replies can be posted.