Hi,
this is a great project. And I try to familiar with your project. But at this moment I have a few problems with that.
I have to build an editor WYSIWYG like the HTMLEditor in JavaFX. My problem is at this moment, in background I generate a html text. Of course without head and body. Only the text for a paragraph and the inline code for maybe bold or italic. Like <b> oder <i>.
Now maybe the user wants to add a colored text at a special caret position. Do I have the caret position inside the html text? And how I can realize that I have the possibility to add <b> in htmltext and show only the bolder in WYSIWYG? I try to implemented InlineCssTextArea and I can transform a few things like <b> or <i>.
Do you have a special version of this editor?
Thank you
Hi,
this is a great project. And I try to familiar with your project. But at this moment I have a few problems with that.
I have to build an editor WYSIWYG like the HTMLEditor in JavaFX. My problem is at this moment, in background I generate a html text. Of course without head and body. Only the text for a paragraph and the inline code for maybe bold or italic. Like
<b>oder<i>.Now maybe the user wants to add a colored text at a special caret position. Do I have the caret position inside the html text? And how I can realize that I have the possibility to add
<b>in htmltext and show only the bolder in WYSIWYG? I try to implemented InlineCssTextArea and I can transform a few things like<b>or<i>.Do you have a special version of this editor?
Thank you