Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
146752 | Aug 17,2019 06:56 PM UTC | Dec 10,2020 12:34 PM UTC | Blazor | 7 |
![]() |
Tags: Rich Text Editor |
<EjsDialog @ref="DialogObj" Width="450px" ShowCloseIcon="true">
<DialogEvents Opened="@DialogOpen"></DialogEvents>
<DialogTemplates>
<Header>
<div>Dialog Header</div>
</Header>
<Content>
<EjsRichTextEditor @ref="RteObj" @bind-Value=@this.Characteristics>
</EjsRichTextEditor>
</Content>
</DialogTemplates>
</EjsDialog>
@code {
EjsDialog DialogObj;
EjsRichTextEditor RteObj;
private string Characteristics;
private void DialogOpen()
{
this.RteObj.RefreshUI();
}
} |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.