How do I get the icons of TinyMCE to show?
Posted
by ggfan
on Stack Overflow
See other posts from Stack Overflow
or by ggfan
Published on 2010-04-12T20:05:51Z
Indexed on
2010/04/15
16:13 UTC
Read the original article
Hit count: 163
tinymce
I installed TinyMCE and I have the textbox and the functions work(such as , ) but I don't see the tool box that has displays all the functions. Like in this example. How do I get the images to show? All I have is the textbox. I used the code from the example link and theirs has the images and all I have is the textbox. What part do I edit to be able to see the icons?
//my source link
<script type="text/javascript" src="/tinymce/jscripts/tiny_mce/tiny_mce.js">
tinyMCE.init({
// Example content CSS (should be your site CSS)
content_css : "style12.css",
// Drop lists for link/image/media/template dialogs
template_external_list_url : "/tinymce/examples/lists/template_list.js",
external_link_list_url : "/tinymce/examples/lists/link_list.js",
external_image_list_url : "/tinymce/examples/lists/image_list.js",
media_external_list_url : "/tinymce/examples/lists/media_list.js",
© Stack Overflow or respective owner