You need to sign in to do that
Don't have an account?
AnshulJain
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
one possible solution would be using "rendered" attribute of outputlink...and manage the boolean flags accordingly.
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