HTML Editor

HTML Editor component is a WYSIWYG editor that allows users to edit HTML content.
Overview Playground API

Usage

Disable editor Read-only editor

    
    
 document.getElementById('html-editor').value =
    "Hello world";
        

Theme

Please click on checkbox and try disabling able editor.


      
    

Disabled State

Make editor look inactive by adding the disabled boolean attribute to any <input> element.

      
    

On this page

UsageThemeDisabled State
Work in progress

Properties

Events

Methods

CSS Custom Properties

Previous Next Previous