I found some snippets here and there but I don't have the full picture. Did I miss some document somewhere? If I did, could you point me to it?
I added:
- Code: Select all
var wymtidy = wym.tidy();
wymtidy.init();
to
- Code: Select all
postInit: function(wym) {
I have:
- Code: Select all
<script type="text/javascript" src="_lib/jquery.js"></script>
<script type="text/javascript" src="jquery.jstree.min.js"></script>
<script type="text/javascript" src="_lib/wymeditor/jquery.wymeditor.min.js"></script>
<script type="text/javascript" src="_lib/wymeditor/plugins/tidy/jquery.wymeditor.tidy.js"></script>
<script type="text/javascript" src="notree.js"></script>
I notice there's a spot in my tool menu that is a link, when I mouse over it it turns yellow, however there is no icon. Do I have to add the icon manually? How would I do that?