Example of Inline in ASP.NET MVC Rich Text Editor Control
This sample demonstrates the toolbar show on inline mode. Toolbar will appear when you select the below editable content and it will hide when you focus out from the edit area.
The sample is configured with the inline mode of the editor. Initially, the editor is rendered without a toolbar. The toolbar becomes visible only when the content is selected.
Properties
|
The Rich Text Editor provides an option to display toolbar on demand using mode property. Set mode as inline to enable inline editor. The toolbar becomes visible only when the content is selected.