• Akers
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies

Hi Folks,

I am trying to render a page and save it as pdf. I have two sections in the page - an HTML section and an Apex Chart section. While clicking on generate PDF button, the HTML section gets rendered while Apex chart doesn't and the generated PDF shows only HTML section. 

I have gone through blogs and posts and know that Apex Chart is based on javascript and we have to avoid the javascript as that will not show up while rendering the page as PDF. Any suggestions or workarounds which can be done here?

Many Thanks,
Akers

  • March 11, 2015
  • Like
  • 0
Hi,
I am building a visualforce page associating with Apex code.
I have multiple checkboxes. And I want user to check only one checkbox at a time.

How could I do it?

I have tried some javascript associating with onclick feature, however, it doesn't work.

Thanks.