Rich Text Editor Plugin - Forum

Forum Navigation
You need to log in to create posts and topics.

Rich Text Editor Plugin

Rich Text Editor Plugin Supports all modern browsers on desktops, tablets, and phones. Experience the same consistent behavior and produced HTML across platforms.

Uploaded files:
  • You need to login to have access to uploads.
luishp, Vadim and 8 other users have reacted to this post.
luishpVadimfarhad2008CDY@44DarbdenralYASINjavadrajabihakamismartmediasuyonobsusan

@asmat

Thank you very much, Asmat! This looks very cool!!!

asmat has reacted to this post.
asmat

@asmat

 

Thank You Very Much.

asmat has reacted to this post.
asmat

Thank you @asmat, we all appreciate your work !

asmat has reacted to this post.
asmat

Looks great @asmat!

thanks!

asmat has reacted to this post.
asmat

@asmat I like it very much! Thank you!
Please  add some descriptions on each action (hint tab) and parameters so it's easier to understand.
Also try to add a link to the original JavaScript libraries on the plugin description so we can check other possible features and/or  license restrictions.

Thanks again :)

asmat has reacted to this post.
asmat

Thank you so much luishp, I will try to make better the description and hints in the next version.

Finding other possibilities is a very good idea. This is the Javascript library's link: Quill JS

Also, I will try to make it better. @liushp If you want, I will share the source code of the plugin.

@asmat I you agree to share the plugin source code we can create a Github repository and work together to improve it. This way it can also serve us as a Github experience and anyone interested can help too.

What do you think?

asmat has reacted to this post.
asmat

Yes, @luishp, I agree with you.

Should be add view has source code HTML so be powerful and find & replace entry.

Hi overthere,

What about tinymce?

This sample works a charm....

 

 


<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://cdn.tiny.cloud/1/no-api-key/tinymce/5/tinymce.min.js" referrerpolicy="origin"></script>
<script>
tinymce.init({
selector: '#mytextarea'
});
</script>
</head>
<body>
<form method="post">
<textarea id="mytextarea">Hola mundo, hola David!</textarea>
</form>
</body>
</html>

Nice plugin.

Currently it seems not possible to set HTML text.

We have:

asmatEditorGetHTML "EditorContainer" [EditorNotes]

We need:

asmatEditorSetHTML "EditorContainer" [EditorNotes]

This change would allow us to read and write raw text with images to a database.

 

Solved.

I added a subroutine:

asmatEditorSetHtml "editor2" [htmlText]

 var quilID=`#Asmat${objId}`;
 var quill=$App.editors[quilID];
 if (htmlText) {
    quill.root.innerHTML = htmlText;
 }

 

luishp, Vadim and Darbdenral have reacted to this post.
luishpVadimDarbdenral
Quote from asmat on March 20, 2021, 5:22 pm

Rich Text Editor Plugin Supports all modern browsers on desktops, tablets, and phones. Experience the same consistent behavior and produced HTML across platforms.

Hello and good time friends! How to receive the result of the work as a variable! And he used it in the program! Thanks

@javadrajabihakami please note that VisualNEO Web now includes its own plugin neoEdit where you can use neoEditGetHTML

Regards.

asmat and javadrajabihakami have reacted to this post.
asmatjavadrajabihakami

@javadrajabihakami

Please download the sample_app and check the second page.

luishp and javadrajabihakami have reacted to this post.
luishpjavadrajabihakami

Hello and thank you dear friend! It is really a useful plugin for writing letters and...! Thank you very much ! The blank space of a table is felt! If it was! It would be great! Of course, it is very useful without inserting the table! Thanks

asmat has reacted to this post.
asmat