WYSIWYG editing Image gallery upload Content templates
Editor Body Inline CSS

Apply inline CSS directly to the editor body element using editor-body-css-text. Useful for quick style adjustments like background color or padding.

<richtextbox toolbar="default"
    height="300px"
    editor-body-css-text="background-color: #f9fafb; padding: 20px;"
    html="..." />