File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Fortunately, there is a workaround for this:
36
36
37
37
38
38
```` JavaScript
39
- < script type= " text/javascript" >
39
+ < script type= " text/javascript" >
40
40
Telerik .Web .UI .Editor .CommandList [" CustomPrint" ] = function (commandName , editor , args ) {
41
41
var printIframe = document .createElement (" IFRAME" );
42
42
document .body .appendChild (printIframe);
@@ -75,7 +75,6 @@ Fortunately, there is a workaround for this:
75
75
1 . To add an icon to the CustomPrint button add the following style in your page:
76
76
77
77
```` CSS
78
-
79
78
<style >
80
79
.reCustomPrint {
81
80
background-image : url (https://demos.telerik.com/aspnet-ajax/editor/examples/customtools/Icons/Custom.gif ) !important ;
@@ -94,7 +93,7 @@ Fortunately, there is a workaround for this:
94
93
You can find a good resource on how to print CSS styles on the Internet. You can see the following articles which we have chosen for you:
95
94
96
95
* [Introduction to media types ](https://www.w3 .org/TR/REC-CSS2/media.html )
97
-
98
96
* [Print Different ](http://www.meyerweb .com/eric/articles/webrev/200001.html )
97
+ * [Print Content when using Div ContentAreaMode ]({%slug editor /how-to /print-content-div-contentareamode %})
99
98
100
99
You can’t perform that action at this time.
0 commit comments