Guest User

Untitled

a guest
Dec 14th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. function initObjects() {
  2. var editor = new MediumEditor('.editable', {
  3. toolbar: {
  4. buttonLabels: 'fontawesome',
  5.  
  6. }
  7. });
  8.  
  9. };
  10.  
  11. <textarea class="editable medium-editor-textarea clearfix textComunicado">De um titulo para seu comunicado </textarea>
Add Comment
Please, Sign In to add comment