Ace API Reference
    Preparing search index...

    Module src/ext/textarea

    Transforms HTML textarea elements into fully-featured Ace editor instances while maintaining form compatibility and providing an interactive settings panel. Handles automatic resizing, form submission integration, and preserves the original textarea's styling properties. Includes a visual settings interface for configuring editor options like themes, modes, keybindings, and display preferences through an overlay panel.

    Usage:

    var ace = require("ace/ext/textarea");
    var editor = ace.transformTextarea(textareaElement, {
    mode: "javascript",
    theme: "monokai",
    wrap: true
    });

    Interfaces

    TextAreaOptions

    Variables

    export=