Rich Text Editor now working

This commit is contained in:
Michael Washington
2019-11-29 15:41:48 -08:00
parent ac3144fca4
commit 3162caca01
4 changed files with 4 additions and 11 deletions

View File

@ -41,9 +41,6 @@
<button class="ql-link"></button>
</span>
</ToolbarContent>
<EditorContent>
@((MarkupString)@content)
</EditorContent>
</RichTextEditor>
</td>
</tr>
@ -79,6 +76,8 @@
createdon = htmltext.CreatedOn;
modifiedby = htmltext.ModifiedBy;
modifiedon = htmltext.ModifiedOn;
await RichTextEditorHtml.LoadContent(content);
}
}
catch (Exception ex)