In computing, a WYSIWYG editor is a system in which content (text and graphics) can be edited in a form closely resembling its appearance when printed or displayed as a finished product, such as a printed document, web page, or slide presentation.
We use TinyMCE, a platform independent web-based JavaScript HTML WYSIWYG editor control released as open source under LGPL.
<textarea id="tinymce-base"></textarea>
To utilize, Insert an alert-specific atom partial called "AlertAtom" via an Html Helper Extension method.
WYSIWYG Atom requires you specify a type via a "WYSIWYGTypeEnum" specification like "WYSIWYGTypeEnum.Success". You will also need to provide an Id, however, all other parameters are optional. Provide optional parameters by entering the parameter name followed by ':' and the value.