Content relating to Visualforce Controller Extension Classes
3
votes
1answer
54 views
Render a tab for certain public groups
I have a custom page that overrides the default account page, dividing it into multiple tabs.
I was wondering if there was a way to use the "rendered="{!IF($.........."
to make the tab available to ...
2
votes
1answer
136 views
Passing parameter to controller extension?
I wish to create hyperlinks to a specific visual force page which displays a list of opportunities. The data in the page will need to be different. In some cases it will be all open opportunities ...
1
vote
4answers
2k views
Difference between controller and extensions
Can any one explain the usage of controller and extensions in Visualforce? In which scenario we have to use controller and extensions?
Thanks in advance
7
votes
2answers
168 views
Test future dates
Struggling with how best to test my controller extension - My extension onload sets a picklist value based on the month number. My issue is I can only test current month e.g. Nov. If I explicitly set ...
2
votes
1answer
817 views
How can I use a standard set controller with ActivityHistory records?
I want to display a custom related list on my account detail page that mimics the standard Account History related list with a few enhancements.
I want to enable pagination so I have defined a custom ...
5
votes
2answers
469 views
Retrieving custom fields from a standard controller in an extension
How do I retrieve custom fields from a standard controller in a Visualforce extension controller?
In the code below, if I remove the hard-coded ID "this.personParentId = '001Z000000CkZ4m';", it fails ...