This is a migrated thread and some comments may be shown as answers.

Hide RadEditor Toolbar for Print and Print Preview

1 Answer 46 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Tracey
Top achievements
Rank 1
Tracey asked on 23 Feb 2016, 06:31 PM
Is it possible to hide the RadEditor toolbar for the browser's Print and Print Preview? It seems like a @media query in CSS would work, but I'm having trouble finding the proper CSS to not display the toolbar.

1 Answer, 1 is accepted

Sort by
0
Ianko
Telerik team
answered on 25 Feb 2016, 07:26 AM
Hi,

You can try using .reToolBarWrapper selector:
.reToolBarWrapper{
    display:none;
}

Regards,
Ianko
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Editor
Asked by
Tracey
Top achievements
Rank 1
Answers by
Ianko
Telerik team
Share this question
or