Welcome Guest, Not a member yet? Register   Sign In
How can i use TinyMCE in CI
#18

[eluser]saintfalcon[/eluser]
my code kept on missing *LOL*

OK here is what i do to my site, i put these into my view which page i want ALL textarea turn into tinyMCE editor
Code:
< script type="text/javascript" src="<?php echo base_url()?>js/tiny_mce/tiny_mce.js" >< /script >
< script type="text/javascript" src="<?php echo base_url()?>js/default.js" >< /script >
< script language="Javascript" >
  initMCE();
< /script >

this is what initMCE() and default.js looks like
Code:
function initMCE() {
  tinyMCE.init({
    // General options
    mode : "textareas",
    theme : "advanced",
    //plugins : "style,table,advimage,advlink,emotions,iespell,preview,media,contextmenu,paste,directionality,noneditable,advlist",
    plugins : "table,preview",

    // Theme options
    theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,fontselect,fontsizeselect",
    theme_advanced_buttons2 : "cut,copy,paste,|,bullist,numlist,|,link,unlink,image,|,preview,|,forecolor,backcolor",
    theme_advanced_buttons3 : "tablecontrols,|,hr,|,sub,sup",
    theme_advanced_toolbar_location : "top",
    theme_advanced_toolbar_align : "left",
    theme_advanced_statusbar_location : "bottom",
    theme_advanced_resizing : true,

    // Example content CSS (should be your site CSS)
    content_css : "css/content.css",

    // Drop lists for link/image/media/template dialogs
    template_external_list_url : "lists/template_list.js",
    external_link_list_url : "lists/link_list.js",
    external_image_list_url : "lists/image_list.js",
    media_external_list_url : "lists/media_list.js",
  });

got this from tinyMCE's official web page, and it works for me Smile


Messages In This Thread
How can i use TinyMCE in CI - by El Forum - 11-15-2007, 03:58 AM
How can i use TinyMCE in CI - by El Forum - 11-15-2007, 05:32 AM
How can i use TinyMCE in CI - by El Forum - 11-15-2007, 05:45 AM
How can i use TinyMCE in CI - by El Forum - 11-15-2007, 06:15 AM
How can i use TinyMCE in CI - by El Forum - 11-15-2007, 06:16 AM
How can i use TinyMCE in CI - by El Forum - 11-15-2007, 07:18 PM
How can i use TinyMCE in CI - by El Forum - 11-15-2007, 09:34 PM
How can i use TinyMCE in CI - by El Forum - 11-16-2007, 12:58 AM
How can i use TinyMCE in CI - by El Forum - 11-16-2007, 01:57 AM
How can i use TinyMCE in CI - by El Forum - 11-16-2007, 07:29 AM
How can i use TinyMCE in CI - by El Forum - 11-16-2007, 07:33 PM
How can i use TinyMCE in CI - by El Forum - 11-16-2007, 07:47 PM
How can i use TinyMCE in CI - by El Forum - 12-25-2007, 03:27 PM
How can i use TinyMCE in CI - by El Forum - 06-15-2010, 11:49 PM
How can i use TinyMCE in CI - by El Forum - 07-05-2010, 04:28 AM
How can i use TinyMCE in CI - by El Forum - 07-05-2010, 04:43 AM
How can i use TinyMCE in CI - by El Forum - 07-05-2010, 05:05 AM
How can i use TinyMCE in CI - by El Forum - 07-05-2010, 05:24 AM
How can i use TinyMCE in CI - by El Forum - 07-05-2010, 05:39 AM
How can i use TinyMCE in CI - by El Forum - 07-05-2010, 06:03 AM
How can i use TinyMCE in CI - by El Forum - 07-05-2010, 06:13 AM
How can i use TinyMCE in CI - by El Forum - 07-05-2010, 08:33 AM
How can i use TinyMCE in CI - by El Forum - 07-05-2010, 08:10 PM
How can i use TinyMCE in CI - by El Forum - 10-14-2010, 12:40 AM
How can i use TinyMCE in CI - by El Forum - 10-14-2010, 12:47 AM
How can i use TinyMCE in CI - by El Forum - 10-14-2010, 12:58 AM
How can i use TinyMCE in CI - by El Forum - 10-14-2010, 09:06 AM
How can i use TinyMCE in CI - by El Forum - 10-14-2010, 01:54 PM
How can i use TinyMCE in CI - by El Forum - 10-14-2010, 02:02 PM
How can i use TinyMCE in CI - by El Forum - 02-23-2011, 10:31 PM



Theme © iAndrew 2016 - Forum software by © MyBB