Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
964 views
in Technique[技术] by (71.8m points)

tinymce - TINY MCE CUSTOM SKIN

Hi all first time poster,

I have created a custom skin in Tiny MCE but just cant get it to display on my site:

<script>
        tinymce.init({
          selector: '#mytextarea',
          skin_url: "/node_modules/tinymce/skins",
          skin: "CUSTOM",
          width: 950
        });
      </script>

When i get change skin to "oxide-dark" or "oxide" and get rid of skin_url it changes the skin but i just cant get my skin to display and have been at it for hours :(

Thanks gang.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...