About 318,000 results
Open links in new tab
  1. Are Apex and Visualforce different things? - Salesforce Stack Exchange

    Nov 4, 2015 · Another distinction is that Visualforce is primarily mark-up, with support for formulas, whereas Apex is a proper programming language. Of course you will have noted that Visualforce and …

  2. Custom Fonts in Visualforce Page (renderas="pdf")

    Oct 20, 2014 · Trying to use a custom font in my visualforce page (rendered as pdf). I have looked at many conflicting articles saying that the only option are the "limited" fonts supported, whereas others …

  3. 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.

  4. How to get Site Base Url in visualforce email template

    Feb 10, 2023 · Specifically, take a look at the code samples & methods in System.DomainCreator class. You should be able to use custom controllers in Visualforce Email templates as mentioned here. In …

  5. visualforce - Salesforce Stack Exchange

    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.

  6. how to put if else condition in visualforce page - Salesforce Stack ...

    Learn how to implement if-else conditions in Visualforce pages for conditional rendering and dynamic content display.

  7. Conditionally Render HTML in Visualforce - Salesforce Stack Exchange

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

  8. Visualforce Page - Render Rich Text Area(32768) - Salesforce Stack …

    Dec 24, 2020 · Learn how to render rich text areas in Visualforce pages and manage their content effectively on Salesforce Stack Exchange.

  9. Rendering a Visualforce page as PDF and force page breaks

    There's a suggested reference I found somewhere in Salesforce help which covers most of the things the PDF engine can do, including page breaks, page numbering, margins, headers, footers, etc. …

  10. Rendering a VF page as PDF and saving it as an attachement

    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 page, 'Generate …