About 328,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 - 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, …

  4. 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; } …

  5. Visualforce Date formatting - Salesforce Stack Exchange

    This webpage discusses various methods for formatting dates in Visualforce, a framework for building custom user interfaces in Salesforce.

  6. If/else statement in Visualforce - Salesforce Stack Exchange

    Jan 15, 2019 · I am new to Visualforce/Apex and I am trying to construct an if else statement to render two different views dependent on alias (one view for a certain alias and another view …

  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 - apex:outputPanel rendered logic - Salesforce Stack …

    I'm trying to render some content in a Visualforce email if specific boolean fields are true. I have 6 boolean fields I'd like to verify. Using apex:outputPanel I'm able to do the following: <...