Archive for June, 2010

Getting ActionSupport to Rerender Elements on a Page

mgsmith | Wednesday, June 23rd, 2010 | No Comments »

How to get the VisualForce apex:ActionSupport tag to rerender elements based on field value changes

read more...

Hiding Edit Links for Related Lists/Views on a VisualForce Page

mgsmith | Wednesday, June 16th, 2010 | 1 Comment »

I had a situation the other day where I needed to hide the Edit & Del links that appear on both the ListView and Related Lists. Luckily in both cases the pages were VisualForce pages, but I did not want to manually recreate the ListViews or Related Lists by hand. My solution was to use jQuery to quickly select and

read more...