Welcome Guest, Not a member yet? Register   Sign In
TinyMCE Problem
#1

[eluser]Rwin[/eluser]
I just cant get it work out.
Code:
</script>

    // Notice: The simple theme does not use all options some of them are limited to the advanced theme
    tinyMCE.init({
        mode : "textareas",
        theme : "simple",
        baseURL:'http://localhost/develbox/michelle/'
    });
</script>

it always getting "tinyMCE is not defined". I dont think this is not CI fault.

Anyone?
#2

[eluser]Unknown[/eluser]
Mabey this’ll help. For me it works fine.
Code:
//include tiny_mce.js...

tinyMCE.init({
  language: "nl",
    mode : "textareas",
    theme : "advanced",
    theme_advanced_toolbar_location : "top",
    theme_advanced_toolbar_align : "left",
    theme_advanced_buttons1 : "cut, copy, paste, undo, redo, seperator, bold, italic, underline, strikethrough, forecolor, bullist, numlist, justifyleft, justifycenter, justifyright, justifyfull, link, unlink, image, code",
    theme_advanced_buttons2 : "",
    theme_advanced_buttons3 : ""
});
</script>
#3

[eluser]esra[/eluser]
See the link below.

http://www.alexajax.com/tinymce

Also, the Rapyd library uses TinyMCE, so you can look there to see how Felice integrated it.
#4

[eluser]Rwin[/eluser]
thanks all, by following http://www.alexajax.com/tinymce_adv step I have no more problems with tinyMCE.
Code:
......    
convert_urls : false,
relative_urls : false,
....

maybe that was the one which solved my problem...




Theme © iAndrew 2016 - Forum software by © MyBB