antitim

Tiny

Feb 12th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. tinymce.init({
  2.     selector: '.letter-edit__body',
  3.     language: 'ru',
  4.     forced_root_block : '',
  5.     apply_source_formatting : false,
  6.     verify_html: false,
  7.     force_br_newlines : false,
  8.     force_p_newlines : false,
  9.     entity_encoding : 'raw',
  10.     valid_elements: '*[*]',
  11.     extended_valid_elements: '*[*]',
  12.     valid_children : "+body[style]",
  13.     fontsize_formats: "8pt 10pt 12pt 14pt 18pt 24pt 36pt 48pt",
  14.     resize: false,
  15.     height: $(window).height() - 303,
  16. });
Add Comment
Please, Sign In to add comment