My users are wanting a way to enlarge or resize the window that pops up when they click the View HTML button in the Editor widget. Is there a way to do this or is beyond the developer's control? Thanks.
2 Answers, 1 is accepted
0
Dimitar
Telerik team
answered on 14 Jun 2018, 07:54 AM
Hello Bryan,
You can try to modify the ViewHtml Window options by subscribing to the Editor's execute event. In the event handler, retrieve the Widnow instance and modify the width option with the setOptions() method as follows: