Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <label>Corpo da Instrução de Trabalho</label>
  2. <textarea name="editor1" id="editor1" rows="10" cols="80" placeholder="Escrever o conteúdo da IT aqui...">
  3.  
  4. </textarea>
  5.  
  6. <script>
  7.  
  8. // Replace the <textarea id="editor1"> with a CKEditor
  9. // instance, using default configuration.
  10.  
  11. // CKEDITOR.replace( 'editor1' );
  12.  
  13. var editor = CKEDITOR.replace( 'editor1' );
  14. CKFinder.setupCKEditor( editor );
  15.  
  16. </script>
  17.  
  18. $myText = $_POST['editor1'];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement