I’ve tried placing it in various positions in the html. Ideas? Thanks, Dave.", "author": { "@type": "Person", "name": "David Roberts", "url": "https://trailblazers.salesforce.com/profileView?u=0053000000BnOQSAA3" }, "datePublished": "2018-12-18T15:12:43.000Z" } ] } Skip to main content

#LEX4VF doesn't like being combined with renderAs="pdf"

7 comments
  1. Dec 18, 2018, 3:12 PM

    Hi Akshatha,

    I’m missing something!

    Here’s my function but it doesn’t work.

    <script language="javascript">

    window.addEventListener("load",function(){

    var testTextBox = document.getElementById("Test");

    testTextBox.style.display= "block";

    testTextBox.style.visibility = "visible";

    });

    </script>

    I’ve tried placing it in various positions in the html.

    Ideas?

    Thanks,

    Dave.

0/9000