Tiny MCE: how do you add hyperlink options in the menu?
Posted: Wed Nov 11, 2015 8:03 am
We are using this in the header:
I'd like to learn how to add a URL link button, so the folks can highlight a set of text, click a button and pop in a URL.
There is a lot online, but it's quite confusing. I'm sure it's as easy as entering another row into this script list.
Code: Select all
<script type="text/javascript" src="/js/tinymce/tinymce.min.js"></script>
<script type="text/javascript">
tinymce.init({
selector: '#mytextareaid',
menubar : false,
});
</script>
There is a lot online, but it's quite confusing. I'm sure it's as easy as entering another row into this script list.