Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $adminedit = <<<HTML
- "<form>
- <textarea name='editor1' id='editor1' rows='10' cols='80'>
- This is my textarea to be replaced with CKEditor.
- </textarea>
- <script>
- // Replace the <textarea id='editor1'> with a CKEditor
- // instance, using default configuration.
- CKEDITOR.replace( 'editor1' );
- </script>
- </form>"
- HTML;
Advertisement
Add Comment
Please, Sign In to add comment