S
S
sitev_ru2015-08-11 22:48:55
JavaScript
sitev_ru, 2015-08-11 22:48:55

Why doesn't TinyMCE - Quick install work for me?

I went to the site www.tinymce.com
There TinyMCE - Quick install. Seems like a quick install. I do as it is written there, but it doesn’t work for me ... What could be the problem, like everything should be elementary?
The code I pasted:

<!DOCTYPE html>
<html>
<head><!-- CDN hosted by Cachefly -->
<script src="//tinymce.cachefly.net/4.2/tinymce.min.js"></script>
<script>tinymce.init({selector:'textarea'});</script>
</head>
<body>
        <textarea>Easy! You should check out MoxieManager!</textarea>
</body>
</html>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dima Pautov, 2015-08-11
@sitev_ru

Your code?
Errors in the console?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question