Welcome Guest, Not a member yet? Register   Sign In
[SOLVED] TinyMCE and Form set_value problem
#3

[eluser]Maglok[/eluser]
Can you post a little more mabye?

Got TinyMCE working on a lot of my apps, is very usefull. The active record class is giving me no problems if I just use the ->input().

My TinyMCE is setup like this:

Code:
[removed]
tinyMCE.init({
    mode : "specific_textareas",
    editor_selector : "editor",
    plugins : "spellchecker",
    theme : "advanced",
    theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,|,cut,copy,paste,|,undo,redo,|,bullist,numlist,blockquote,|,outdent,indent,|,hr,image,spellchecker",
    theme_advanced_buttons2: "",
    theme_advanced_buttons3: "",
    spellchecker_languages : "+Dutch=nl,English=en",
    content_css : "<?php echo base_url(); ?>css/something.css",
    save_enablewhendirty : true
});
[removed]

You kinda have to be doing something with the data before you post it. Perhaps like escaping indeed.


Messages In This Thread
[SOLVED] TinyMCE and Form set_value problem - by El Forum - 01-14-2010, 07:03 AM
[SOLVED] TinyMCE and Form set_value problem - by El Forum - 01-14-2010, 08:19 AM
[SOLVED] TinyMCE and Form set_value problem - by El Forum - 01-14-2010, 08:31 AM
[SOLVED] TinyMCE and Form set_value problem - by El Forum - 01-14-2010, 08:31 AM
[SOLVED] TinyMCE and Form set_value problem - by El Forum - 01-14-2010, 08:50 AM
[SOLVED] TinyMCE and Form set_value problem - by El Forum - 01-14-2010, 08:57 AM
[SOLVED] TinyMCE and Form set_value problem - by El Forum - 01-14-2010, 09:37 AM
[SOLVED] TinyMCE and Form set_value problem - by El Forum - 01-14-2010, 09:41 AM
[SOLVED] TinyMCE and Form set_value problem - by El Forum - 01-14-2010, 10:04 AM
[SOLVED] TinyMCE and Form set_value problem - by El Forum - 01-14-2010, 10:09 AM
[SOLVED] TinyMCE and Form set_value problem - by El Forum - 01-14-2010, 10:58 AM
[SOLVED] TinyMCE and Form set_value problem - by El Forum - 01-14-2010, 11:33 AM
[SOLVED] TinyMCE and Form set_value problem - by El Forum - 01-15-2010, 05:00 AM
[SOLVED] TinyMCE and Form set_value problem - by El Forum - 01-15-2010, 08:21 AM
[SOLVED] TinyMCE and Form set_value problem - by El Forum - 01-15-2010, 08:45 AM



Theme © iAndrew 2016 - Forum software by © MyBB