Welcome Guest, Not a member yet? Register   Sign In
how to integrate tinymce with ci ?
#9

[eluser]Pokhara[/eluser]
Thanks eveyone.

what i did is loaded tinymce on the header globally and apply tinyMCE in certain textarea by giving it class.

Code:
editor_selector : "textarea_class_to_apply_tinymce",

Code:
[removed][removed]
[removed]
tinyMCE.init({
        mode : "textareas",
        theme : "advanced",
        editor_selector : "textarea_class_to_apply_tinymce",
        skin : "o2k7",
        plugins : "emotions,spellchecker,advhr,insertdatetime,preview,style,table,fullscreen,media",
        //plugins: "safari,spellchecker,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template,imagemanager,filemanager",

        // Theme options - button# indicated the row# only
    theme_advanced_buttons1 : "newdocument,|,bold,italic,underline,|,justifyleft,justifycenter,justifyright,fontselect,fontsizeselect,formatselect",
    theme_advanced_buttons2 : "cut,copy,paste|,bullist,numlist,|,outdent,indent|,undo,redo,|,link,unlink,anchor,image,|,code,preview,|,forecolor,backcolor",
    theme_advanced_buttons3 : "insertdate,inserttime,|,spellchecker,advhr,,removeformat,|,sub,sup,|,charmap,emotions",
    theme_advanced_toolbar_location : "top",
    theme_advanced_toolbar_align : "left",
    theme_advanced_statusbar_location : "bottom" //(n.b. no trailing comma in last line of code)
    //theme_advanced_resizing : true //leave this out as there is an intermittent bug.
});
[removed]

Hope this helps someone


Messages In This Thread
how to integrate tinymce with ci ? - by El Forum - 06-04-2010, 06:13 AM
how to integrate tinymce with ci ? - by El Forum - 06-04-2010, 06:25 AM
how to integrate tinymce with ci ? - by El Forum - 06-04-2010, 06:28 AM
how to integrate tinymce with ci ? - by El Forum - 06-04-2010, 06:41 AM
how to integrate tinymce with ci ? - by El Forum - 06-04-2010, 06:49 AM
how to integrate tinymce with ci ? - by El Forum - 06-04-2010, 06:53 AM
how to integrate tinymce with ci ? - by El Forum - 06-19-2010, 07:35 PM
how to integrate tinymce with ci ? - by El Forum - 06-25-2010, 02:21 AM
how to integrate tinymce with ci ? - by El Forum - 06-25-2010, 05:25 AM



Theme © iAndrew 2016 - Forum software by © MyBB