Forum Discussion
GauravSharma3
8 years agoQrew Commander
This is possible with some code and can do with Dan's famous IOL technique.
Are you familiar with IOL technique? If not?
Please go through this link and read it because Dan had described it in a very simple way.
https://community.quickbase.com/quickbase/topics/how-do-i-setup-the-image-onload-technique-iol
Please apply the same in your application and change the code of module.js to this:
Please let me know if you have any query or need any help in this.
Thanks,
Gaurav
Are you familiar with IOL technique? If not?
Please go through this link and read it because Dan had described it in a very simple way.
https://community.quickbase.com/quickbase/topics/how-do-i-setup-the-image-onload-technique-iol
Please apply the same in your application and change the code of module.js to this:
$("#descriptionInFacets").html("Legend <img src= 'https://images.quickbase.com/si/16/221-point_red.png'> Project Overdue<img src='https://images.quickbase.com/si/16/223-point_yellow.png'> Task Overdue <img src='https://images.quickbase.com/si/16/228-rect_green.png On Time <img src='https://images.quickbase.com/si/16/220-point_gray.png'> Inactive");
Please let me know if you have any query or need any help in this.
Thanks,
Gaurav
PedroRocha
8 years agoQrew Trainee
Thank you! I'll give it a try.