Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @Html.TextAreaFor(x => x.Item.descriptionFull, new { @class = "form-control mceEditor", id = "product-desc-full", rows = 5 })
- // no more font mess up
- tinyMCE.init({
- mode: "specific_textareas",
- width: '100%',
- height: '300px',
- editor_selector: "mceEditor",
- theme: "advanced",
- theme_advanced_toolbar_location: "top",
- theme_advanced_buttons1: "save,newdocument,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,styleselect,formatselect",
- theme_advanced_buttons2: "cut,copy,paste,pastetext,pasteword,|,search,replace,|,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,link,unlink,anchor,image,cleanup,help,code,|,insertdate,inserttime,preview,|,forecolor,backcolor,fullscreen",
- force_br_newlines: false,
- force_p_newlines: true,
- forced_root_block: '',
- removeformat: [
- { selector: 'span', attributes: ['style', 'class'], remove: 'empty', split: true, expand: false, deep: true },
- ]
- });
Advertisement
Add Comment
Please, Sign In to add comment