About 331,000 results
Open links in new tab
  1. visualforce - Refused to frame "vf.force.com/" because an ancestor ...

    Jul 27, 2023 · Visualforce Pages: Allow iframes of Visualforce pages with clickjack protection on external domains. To enable this feature, add external domains where you allow framing.

  2. visualforce - How to generate a PDF from VF in Apex with object …

    Mar 10, 2022 · I am trying to generate a PDF and attach it to an object. I read online that you can set a page in apex and get the content as a blob, then set that as an attachment... is there a …

  3. visualforce - how to call an apex method automatically when a vf …

    Jun 22, 2022 · You can call the apex method on load via apex:page 's action attribute: The action method invoked when this page is requested by the server. Use expression language to …

  4. visualforce - Enable Lightning runtime for flows - Salesforce Stack ...

    Aug 16, 2019 · Add the Lightning Components for Visualforce JavaScript library to your Visualforce page using the apex:includeLightning/ component. In the Visualforce page, …

  5. How to call parametrized function from Visualforce?

    I have a parametrized helper function in my controller, which formats text according to requirements. public static string getFormatMe(string a) { // do manipulation here return a; } …

  6. 'if' statement on Visualforce page - Salesforce Stack Exchange

    Aug 28, 2017 · 'if' statement on Visualforce page Ask Question Asked 8 years, 2 months ago Modified 8 years ago

  7. visualforce - How can I conditionally render a section of a page …

    Aug 22, 2024 · I'm looking a way where it validates the condition and then it render the rest of the block? do VF provide something like this? for an example: If myCollection > 0 then render …

  8. Conditionally Render HTML in Visualforce - Salesforce Stack …

    Learn how to conditionally render HTML in Visualforce using Salesforce Stack Exchange discussions and examples.

  9. visualforce - Rendering a VF page as PDF and saving it as an ...

    Aug 28, 2015 · How can I render a VisualForce Page as PDF and have a button on the page that saves this PDF as an attachment to a record? I want to have a button on my object detail …

  10. visualforce - How to detect first or last iteration of apex:repeat ...

    May 5, 2015 · Ideally I'm looking for a way to detect if an item is first or last in an apex:repeat without relying on the controller to do that, since i would like to be able to do things such as …