Borderless skin demo

This demo uses the borderless skin. It’s the default TinyMCE skin but without the outer border. This is useful if you want to use the editor "fullscreen" like a word processor or if you want to provide your own outer borders.

  • TinyMCE

  • HTML

  • JS

  • Edit on CodePen

<textarea id="premiumskinsandicons-borderless"></textarea>
tinymce.init({
  selector: 'textarea#premiumskinsandicons-borderless',
  skin: 'borderless'
});