Skip to main content
0 votes
1 answer
164 views

I am using Kendo Editor, which uses the proseMirror library, to try to make a template editor. On requirement is to be able to handle custom tags within tables. Something like: <table> <...
ZrSiO4's user avatar
  • 136
1 vote
1 answer
94 views

I'm using an HTML editor that I built, which you can access here: HTML Editor. Here's the relevant source code: const previewer = document.querySelector('iframe'), editor = document.querySelector('...
Mori's user avatar
  • 7,122
0 votes
0 answers
2k views

I'm using Jodit-react editor. I want to paste some html code into the editor with table, but it seems like the style of head and row is being override by the style of editor. Please copy and paste ...
Alex Alex's user avatar
0 votes
0 answers
124 views

When I type this is my editor(IntelliJ): <input type=""> My editor gives me a list of values for the "type" attribute: date, color, button, etc. Is it possible to create a ...
BigJ's user avatar
  • 2,052
0 votes
1 answer
636 views

I am getting html editor on my web page but I want it as un editable. how to do that? <text area name="content" id="editor"></text area> <script src="https://...
Knommy Bassy's user avatar
0 votes
0 answers
269 views

I'm currently learning HTML email development, and I've come to learning about Outlook Conditional statements. The problem is that VS Code reads these as a comment and does not auto-complete anything (...
MatthewDev's user avatar
-1 votes
1 answer
195 views

I need to track when an HTMLEditor element in JavaFX gets focus or loses it. I used a listener for textArea, but it doesn't work in this case. htmlEditor.focusedProperty().addListener(((obs, ...
Aleksandr's user avatar
2 votes
0 answers
866 views

I want to implement the Rich Text Editor (WYSIWYG HTML Editor) for the Arabic Language in my Flutter App. I've used the following Packages but they didn't work as required. flutter_quill It has a ...
DholaSain's user avatar
  • 197
0 votes
0 answers
440 views

How can we get htmltoolbar and htmlEditor separate background color My work Expectation: htmlToolbarOptions: HtmlToolbarOptions( dropdownFocusColor: borderColor, ...
Elizabeth's user avatar
0 votes
2 answers
358 views

I'm now integrating Trumbowyg editor into react project. const [content, setContent] = useState(); return ( <Trumbowyg onChange={e => setContent(e.target.innerHTML)} data={...
devcrazy's user avatar
  • 503
3 votes
3 answers
600 views

I'am working on a task and I used HtmlEditor package, package https://pub.dev/packages/html_editor_enhanced I want to remove this white line under textfield. HtmlEditor( controller: ...
Adnan Turgay Aydın's user avatar
1 vote
1 answer
935 views

I use HTML editor material ui : import MUIEditor, { MUIEditorState } from "react-mui-draft-wysiwyg"; <MUIEditor editorState={formElement.editorState} onChange={formElement....
zahra zamani's user avatar
  • 1,383
0 votes
1 answer
553 views

In Silverstripe 4 how can we use different HTMLEditor configs ? I'd like to have two different HTMLEditorFields in the same environment. One with all functionality and all Buttons. And another one (...
seppzzz's user avatar
  • 229
0 votes
0 answers
4k views

I need to set the max length of Angular Editor. I have tried so many ways but was not able to set the maxlength. <angular-editor [(ngModel)]="htmlContent" [config]="config&...
Murugan's user avatar
  • 87
0 votes
1 answer
2k views

Large text (more than 5000 words or more) can't save through Radzen HTML editor, I'm getting below error. please have a look error below Error: Connection disconnected with error 'Error: Server ...
Letoncse's user avatar
  • 722

15 30 50 per page
1
2 3 4 5
20