The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
29 views

Error due to Minimum resolution

I have a inline vf page which displays a dependent picklist field through apex:inputfield. When i change the resolution to 1024x768 (minimum supported resolution by salesforce) the field does not fit ...
5
votes
3answers
187 views

Controller extension design pattern help needed

Objective I'm trying to create a series of inline charts to be displayed on the detail of a record using either Visualforce Charting or Highcharts. The charts do need to be dynamically rerendered ...
2
votes
1answer
278 views

Inline editing in visual force inconsistent

I have a vf page where i have few columns and i have used inline editing for the columns, the code is as follows: <apex:commandButton value="Add Session" action="{!createNewSession}" ...
2
votes
3answers
414 views

apex variables used in javascript of VF is not getting updated with latest values

i am currently using a inline VF page to perform an update on an Sobject. The inline Vf page a picklist field and a button which will update the sobject with the values entered in the picklist. Now, ...
10
votes
4answers
3k views

How to override salesforce standard object controller save method to intercept it in a visual force page (Inline Edit)

Hi there I created a visual force page to with a standard lead controller as the controller and extend it. I want to do this so i can still utilize the apex:detail control and not reinvent the wheel ...
5
votes
1answer
120 views

Display bookmark link on detail page to inline VF page

How can I display an inline visualforce page on a page layout and have Salesforce generate the bookmark link at the top of the detail page, like it does for related lists? Currently, I can do this ...