Advertisement
firoze

tinymce text editor

Oct 22nd, 2015
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. // tinymce text editor just call this and preview the change
  2.  
  3. <script src="//tinymce.cachefly.net/4.2/tinymce.min.js"></script>
  4. <script>tinymce.init({selector:'textarea'});</script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement