function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
AnshulJainAnshulJain 

Custom Links on Visualforce page

Hi,

I have a requirement of putting custom links for account objects in a section and i have to allow user to dynamically decide what all links he want on the page. as in below snapshot.

 

 

 

can anyone help me with this.

thanks in advance .

 

Anshul

ibtesamibtesam

one possible solution would be using "rendered" attribute of outputlink...and manage the boolean flags accordingly.

AnshulJainAnshulJain

Hi. Thanks for the reply.

But managing wach link with render attribute would be an issue because the behaviour of links could be different. They could either open the same window, or new window or execute some hava script. So managing them is an issue. You have any idea about the same?

 

 

Thanks in advance