Page 1 of 1

Radio buttons not getting selected in window.print()

Posted: Sat Oct 12, 2019 3:06 pm
by pajadt
Hi Pablo
i add return true; and add second button for print with options window.print() whole page., but when print mot show which is checked button
is have any solutions to solve that, to be visible after print which is radio buttons cheched, with run javescript or some other way
Thank You

Re: Radio buttons not getting selected in window.print()

Posted: Sat Oct 12, 2019 3:25 pm
by Pablo
To be able to help you, I need to see what you have done.

Re: Radio buttons not getting selected in window.print()

Posted: Sat Oct 12, 2019 3:32 pm
by pajadt
hot finshed jet but click at Verre Double and click to print and in print files not show checked Verre Double radio buttons
https://dd-time.com/g-vision/
also not does not recognize the background color buttons text or other part where is gray etc,
You see he us visible like must to be in live preview but when try to print not visible i mean at radio buttons which is cheched
Thank You

Re: Radio buttons not getting selected in window.print()

Posted: Sat Oct 12, 2019 3:56 pm
by Pablo
Printing is a feature of the browser, you cannot control what is printed from the code. This is controlled by the browser.
That is why normally developers create a 'printer friendly' page via code with text and image only.

Re: Radio buttons not getting selected in window.print()

Posted: Sat Oct 12, 2019 4:14 pm
by pajadt
so its not possible, is posible to add with event example screehoot page, in that case it be visible, this is idea not know is possible
Thank You

Re: Radio buttons not getting selected in window.print()

Posted: Sat Oct 12, 2019 5:12 pm
by Pablo
I'm sorry, you cannot control printing behavior via events. Printing is standard browser functionality.