Feature

Case Conversion

Convert selected text to uppercase, lowercase, capitalize each word, or sentence case.

toolbar: conversion

Case Conversion

Select the text below and click the Aa button in the toolbar to choose a conversion option.

synapeditor is a web-based wysiwyg html editor.

  • UPPERCASE — SYNAPEDITOR IS A WEB-BASED WYSIWYG HTML EDITOR.
  • lowercase — synapeditor is a web-based wysiwyg html editor.
  • Capitalize Each Word — Synapeditor Is A Web-based Wysiwyg Html Editor.
  • Sentence case — Synapeditor is a web-based wysiwyg html editor.

Configuration

mode: classic · 1 button
var config = Object.assign(synapEditorConfig, {
    'editor.license': synapEditorLicense,
    'editor.lang': 'en',
    'editor.toolbar': [
        'new', '|',
        'conversion'
    ],
    'editor.menu.show': false
});

// Create editor instance
var editor = new SynapEditor('synapEditor', config, initialHtml);