• Resolved mdevaney

    (@mdevaney)


    okay so im developing a custom backend for users to be able to edit pages on the fly, im trying to add a WYSIWYG editor to each of the text areas. this is the current code;

    <textarea name="<?php the_id(); ?>" rows="20" cols="55">

    anyone know how to add a WYSIWYG editor to this?

Viewing 1 replies (of 1 total)
  • Thread Starter mdevaney

    (@mdevaney)

    So while searching the forums, codex, and google turned up NOTHING. I decided to use another WYSIWYG editor here is the code;

    <script src="https://js.nicedit.com/nicEdit-latest.js" type="text/javascript"></script>
    <script type="text/javascript">
    bkLib.onDomLoaded(nicEditors.allTextAreas);
    </script>

    It turns all your textareas into textareas with a WYSIWYG editor

Viewing 1 replies (of 1 total)
  • The topic ‘wysiwyg for custom backend’ is closed to new replies.