ForumsQuestionsTinyMCE is very easy to integrate
TinyMCE is very easy to integrate
Author |
Message |
eddo888
|
https://www.tinymce.com
https://www.tinymce.com/docs/get-started/first-steps/
The example below simply turns the #mytextarea into a TinyMCE text area, it is very very simple.
could you please fast track this on your roadmap.
Cheers Dave
<!DOCTYPE html>
<html>
<head>
<script src='//cdn.tinymce.com/4/tinymce.min.js'></script>
<script>
tinymce.init({
selector: '#mytextarea'
});
</script>
</head>
<h1>TinyMCE Quick Start Guide</h1>
<form method="post">
<textarea id="mytextarea">Hello, World!</textarea>
</form>
</html>
|
Jake
Toodledo Founder
|
We already use TinyMCE inside the Lists section (For the note column). Its a very difficult library to use, but we plan to bring it to Notes and Tasks as well in the future.
|
You cannot reply yet
U Back to topic home
R Post a reply
To participate in these forums, you must be signed in.