Added Column with Icons

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
perci100
User
Posts: 58

Added Column with Icons

Post by perci100 »

Is there any way I can add a column to a list page for all leads, I want to put icons in this column , 3-4 of them , they will indicate different things for that record. So if the value of that row has field membership = 1 an icon will show in the added column signifying that person is a member.


arbei
User
Posts: 9384

Post by arbei »

You can add your icons as the list options in "ListOptions_Load" Server Event, then control their visibility based on the value of other fields in "ListOptions_Rendered".

Read the example in help file topic: "Server Events and Client Scripts" -> "ListOptions_Load" and "ListOptions_Rendered" for more information.


perci100
User
Posts: 58

Post by perci100 »

awesome , thank you , Starting to understand all these functions. Its soo flexible though when you finally get it.


Post Reply