Core Docs

RichTextBox

Rich-text editor lightweight (contenteditable) — alternative gọn hơn CKEditor.

Source: Core/Components/RichTextBox.cs · ComType: RichTextBox

Cấu hình

ComType:    RichTextBox
FieldName:  Note
Row:        4

Field DB dùng

FieldVai trò
FieldNameProperty entity bind HTML string.
RowSố dòng hiển thị mặc định.
PrecisionSetting precision (rare).

Events

Không fire event riêng. Bind HTML string vào entity.<FieldName>.

Khi nào dùng

✅ Cần rich-text nhẹ (bold, italic, list) không cần plugin nặng. ❌ Cần upload ảnh, table, source view → dùng CKEditor.

Core Docs · Astro · Core.API/wwwRoot/docs