I have to display images in list view according to the choices of a color field on form layout.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-22-2016 09:49 PM
Till now what i have done...........
I have used Formatters to display color images on form view.Not able to display them on list view.
How to apply conditions on desired formatters ? So they can be displayed only after color choice selection of color field.
Please guide me for the list view presentation of color images.
If there is any other alternative,please guide me.
Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2016 09:28 PM
Hi Berny,
You are right there is a problem in how i have uploaded the image as url:'images/icons/vip.gif' is working.
Can you suggest me the right way to upload an image on SN database.How to access that image from SN image category type i.e., system,kb etc.
Thanks,
Rajesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2016 09:41 PM
Hi Rajesh,
Sure. Here goes some pointers that will be helpful:
a) Create the image by navigating to db_image.list
b) Make sure that the image that you upload has the same size standards as the vip one:
You can download the image and see its dimensions by going to http://yourinstanceurl/images/icons/vip.gif
c) When you reference your created image from the style, do it just using the image name and its extension.
background-image: url('yourimagename.extension');
background-repeat: no-repeat;
background-position: 98% 5px;
padding-right: 30px;
I hope this helps!
Thanks,
Berny