You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One thing missing is the GetHtml() class in the HtmlEditorComponent.razor.cs.
Taking what was in the first repo this was taken and copied to the Edit.razor but has a few issues, one with recognizing context and the other with the GetHtml() component class.
We have some parameters that can get set in settings as well for allowing source and file management. For file management may need to also have a setting for allowing uploads or just allowing selecting files available type of options to review as we move forward.
These seem to the files with logic we need to focus on merging what we need and removing what is no longer needed.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
HTML Editor V1 "RichTextEditor" Components
RichTextEditor.razorEdit.razorWe need to refactor things and adjust code to work with the following HTML Editor v2 module component:
HTML Editor V2 "HtmlEditorComponent" Components
HtmlEditorComponent.razorHtmlEditorComponent.razor.csSettings.razorOne thing missing is the
GetHtml()class in theHtmlEditorComponent.razor.cs.Taking what was in the first repo this was taken and copied to the Edit.razor but has a few issues, one with recognizing
contextand the other with the GetHtml() component class.We have some parameters that can get set in settings as well for allowing source and file management. For file management may need to also have a setting for allowing uploads or just allowing selecting files available type of options to review as we move forward.
These seem to the files with logic we need to focus on merging what we need and removing what is no longer needed.
Beta Was this translation helpful? Give feedback.
All reactions