Moxie manager

Hi.

I have Moxie manager. How to install it in HTML editor?

Thanks

Did you check this page? http://www.moxiemanager.com/demos/
This shows clearly how to do it. Just put your moxiemanager javascript in your _lib/js path (although other paths are allowed). You just need to tell your code where it is…

In order to put it in tinymce just follow the instructions on the webpage under the tinymce header?

I checked it, but how to install SC FORM app. Show me an SC example?
Thanks.

You can do an echo in your code…
echo ‘<script src=“myapp/moxiemanager/js/moxman.loader.min.js”></script>’; I assume this is just like the rest of scriptcase, do an echo if you want something special. You should be able to do that in the OnLoad.
In fact in all your events you can do an echo, just try it out. This particular case is not different. It is for you to find the best place where to put it…