Rich Text content with custom data objects

Can Synchfusion TextEditor component use custom data objects that I can create such as in Form UI? Custom Data object are data fields for user inputs. As I am planning to create a Dynamic User input form with customized data fields to be saved onto a database table.


4 Replies

BS Buvana Sathasivam Syncfusion Team January 14, 2022 02:20 PM UTC

Hi Ervin, 

Greetings from Syncfusion support. 

Yes. You can use a custom data object to render the Blazor Rich Text Editor component. We used Blazor Rich Text Editor inside the EditForm in the documentation below. Using EditContext and clicking the submit button, you can receive the modified data value. 


Please let us know if you have any concerns.            

Regards, 
Buvana S 



VG Vedant Gajjar replied to Buvana Sathasivam January 20, 2022 09:33 AM UTC

Hi Buvana,

Erwin is my boss and he is asking to add <input type="text"/> inside the Syncfusion RichTextEditor Blazor dynamically like you guys have added emoticon in following demo.
Blazor Rich Text Editor Custom Emoticons Example - Syncfusion Demos


Regards,

Vedant 



ER Erwin replied to Buvana Sathasivam January 21, 2022 07:21 AM UTC

Hi Buvana

Thank you for your response.  Unfortunately, I am looking for objects such as <input/> objects to add into RichTextEditor.  Afterward, to see use these RichText as User Form.  Where a user can enter data into these Input fields.

Is there a possibility to inject such objects onto RichTextEditor?


I wanted to use Syncfusion's RichTextEditor to create dynamic forms.

Kind regards,

Erwin




BS Buvana Sathasivam Syncfusion Team January 21, 2022 01:55 PM UTC

Hi Erwin/Vedant, 
We analyzed your request. However, our Blazor Rich Text Editor component does not support the injection of other component objects within its content. Inside the Edit Form, you can use our SfRichTextEditor component. Please let us know if you have any further questions or concerns. 
  
Regards, 
Buvana S 



Loader.
Up arrow icon