ikb$iknowbook.tinyMceConfig = { plugins: "table searchreplace iknowbase paste link code", toolbar1: "bold italic underline styleselect | bullist numlist outdent indent | table", toolbar2: "cut copy paste pastetext | undo redo | searchreplace | link iknowbase.custom.link iknowbase.image", content_css: "/uit/iknowbook-tinymce-css.css", paste_word_valid_elements: "p,b,strong,i,em,h2,h3,h4,br,sub,sup,u,a[href]", extended_valid_elements : '-h2,-h3,-h4,-h5,-p,a[title|class|data-rel|onclick|href|target|id],ingress,main', invalid_styles: 'color font-size font-family', convert_urls: false, relative_urls: false, remove_script_host: false, //document_base_url: window.location.href, formats: { ingress: {block: 'div', classes: 'ingress', wrapper: true, remove: 'all'} }, style_formats:[{ title: "Inline", items: [ {title: "Bold",icon: "bold",format: "bold"}, {title: "Italic",icon: "italic",format: "italic"}, {title: "_Underline",icon: "underline",format: "underline"}, {title: "Strikethrough",icon: "strikethrough",format: "strikethrough"}, {title: "Superscript",icon: "superscript",format: "superscript"}, {title: "Subscript",icon: "subscript",format: "subscript"}] }, { title: "Blocks", items: [ {title: "Blockquote",format: "blockquote"}, {title: "Ingress", format: "ingress"}, {title: "Pre",format: "pre"}] }, { title: "Alignment", items: [ {title: "Left",icon: "alignleft",format: "alignleft"}, {title: "Center",icon: "aligncenter",format: "aligncenter"}, {title: "Right",icon: "alignright",format: "alignright"}, {title: "Justify",icon: "alignjustify",format: "alignjustify"}] }] }