Fullscreen Mode in ASP.NET MVC Rich Text Editor Control

18 Nov 20181 minute to read

The Fullscreen mode allows the Rich Text Editor to expand and occupy the entire browser viewport. This provides a distraction-free editing experience and more space to work with content and toolbar features.

You can enable fullscreen mode using the FullScreen icon toolbar button. Once activated, the editor transitions into fullscreen view, hiding other page elements and maximizing the editing area.

How it works

Click the fullscreen icon in the toolbar to toggle fullscreen mode. When enabled, the editor:

  • Expands to fill the entire browser window.
  • Adjusts its layout to optimize space for content and tools.
  • Can be exited by clicking the same icon again or pressing the Esc key.