Documentation
How-tos / How to install a custom skin
Visit skin.moxiemanager.com and create your custom skin using that tool and download it as a zip file.
Uncompress the zip file into the moxiemanger/skin
folder, the folder should already contain a subfolder named lightgray, the default skin.
Example of usage when using Moxman.browse js method of calling Moxiemanager
moxman.browse({
...
skin: 'charcoal'
});
Example of usage when using it in TinyMCE
tinymce.init({
...
moxiemanager_skin: 'charcoal'
});
Please note that the name of the skin is the name of the folder you created in moxiemanager/skin
.
If you encounter and problems, please use the ticket system to get support.