Re: HTML editor fullscreen; how to get to normal view?
Reply #1 –
I just found the solution: edit the file assets\css\summernote.min.css (to make this change permanent I edited the same file under C:\Program Files (x86)\PHPRad Classic\Components\Bootstrap-4\systemframework\assets\css\)
replace the string:
.note-popover .popover-content,.note-toolbar{margin:0;padding:0 0 5px 5px}
to:
.note-popover .popover-content,.note-toolbar{margin:0;padding:0 0 5px 5px}.fullscreen .note-toolbar{margin:60px 0px 0px 0px;padding:0 0 5px 5px}
This way, you can see the HTML toolbar and toggle fullscreen mode.
Tony