Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    RichTextEditor is not showing title

    Hi All,

    I need clarification regarding the RichTextEditor widget which doesn't shows up the title .where i've tried the option using
    Code:
    richtexteditor.setTitle("TITLE")
    please refer screenshot.

    Is any other way to showing title or am missing anything.kindly suggest your comments.
    Attached Files

    #2
    There is no such documented API. You might be thinking of RichTextItem, which does support a title, as all FormItems do.

    When using a RichTextEditor, if you want a title, either switch to RichTextItem inside a DynamicForm, or use some other widget to display a title (such as a SectionStackSection as part of a SectionStack).

    Comment

    Working...
    X