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
1.1k views
in Technique[技术] by (71.8m points)

tinymce 3 - How to set default Font and Font Size in Tinymce3.0?

Not able to change default font and font size. I have tried different methods as following.

  1. content_style: "body { font-size: 14pt; font-family: Arial; }"
  2. this.getDoc().body.style.fontSize = '14px';

tinymce3.0 issue


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

1 Answer

0 votes
by (71.8m points)

I have done a workaround to fix this issue, Please find the following details.

Modified the following file and changed title from 'advanced.fontdefault' to 'Font'. iny_mcehemesadvancededitor_template.js

tinymce default font title issue fixed


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

...