]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/js/editor.js
WordPress 4.7.2
[autoinstalls/wordpress.git] / wp-admin / js / editor.js
index 6de774f4b23f0dc2306faae4ade385d79fd354aa..e3fbaab945bfd52b8a1e32a4693075798bf80baf 100644 (file)
@@ -1 +1,386 @@
-var switchEditors={switchto:function(b){var c=b.id,a=c.length,e=c.substr(0,a-5),d=c.substr(a-4);this.go(e,d)},go:function(g,f){g=g||"content";f=f||"toggle";var c=this,b=tinyMCE.get(g),a,d,e=tinymce.DOM;a="wp-"+g+"-wrap";d=e.get(g);if("toggle"==f){if(b&&!b.isHidden()){f="html"}else{f="tmce"}}if("tmce"==f||"tinymce"==f){if(b&&!b.isHidden()){return false}if(typeof(QTags)!="undefined"){QTags.closeAllTags(g)}if(tinyMCEPreInit.mceInit[g]&&tinyMCEPreInit.mceInit[g].wpautop){d.value=c.wpautop(d.value)}if(b){b.show()}else{b=new tinymce.Editor(g,tinyMCEPreInit.mceInit[g]);b.render()}e.removeClass(a,"html-active");e.addClass(a,"tmce-active");setUserSetting("editor","tinymce")}else{if("html"==f){if(b&&b.isHidden()){return false}if(b){d.style.height=b.getContentAreaContainer().offsetHeight+20+"px";b.hide()}e.removeClass(a,"tmce-active");e.addClass(a,"html-active");setUserSetting("editor","html")}}return false},_wp_Nop:function(b){var c,a;if(b.indexOf("<pre")!=-1||b.indexOf("<script")!=-1){b=b.replace(/<(pre|script)[^>]*>[\s\S]+?<\/\1>/g,function(d){d=d.replace(/<br ?\/?>(\r\n|\n)?/g,"<wp_temp>");return d.replace(/<\/?p( [^>]*)?>(\r\n|\n)?/g,"<wp_temp>")})}c="blockquote|ul|ol|li|table|thead|tbody|tfoot|tr|th|td|div|h[1-6]|p|fieldset";b=b.replace(new RegExp("\\s*</("+c+")>\\s*","g"),"</$1>\n");b=b.replace(new RegExp("\\s*<((?:"+c+")(?: [^>]*)?)>","g"),"\n<$1>");b=b.replace(/(<p [^>]+>.*?)<\/p>/g,"$1</p#>");b=b.replace(/<div( [^>]*)?>\s*<p>/gi,"<div$1>\n\n");b=b.replace(/\s*<p>/gi,"");b=b.replace(/\s*<\/p>\s*/gi,"\n\n");b=b.replace(/\n[\s\u00a0]+\n/g,"\n\n");b=b.replace(/\s*<br ?\/?>\s*/gi,"\n");b=b.replace(/\s*<div/g,"\n<div");b=b.replace(/<\/div>\s*/g,"</div>\n");b=b.replace(/\s*\[caption([^\[]+)\[\/caption\]\s*/gi,"\n\n[caption$1[/caption]\n\n");b=b.replace(/caption\]\n\n+\[caption/g,"caption]\n\n[caption");a="blockquote|ul|ol|li|table|thead|tbody|tfoot|tr|th|td|h[1-6]|pre|fieldset";b=b.replace(new RegExp("\\s*<((?:"+a+")(?: [^>]*)?)\\s*>","g"),"\n<$1>");b=b.replace(new RegExp("\\s*</("+a+")>\\s*","g"),"</$1>\n");b=b.replace(/<li([^>]*)>/g,"\t<li$1>");if(b.indexOf("<hr")!=-1){b=b.replace(/\s*<hr( [^>]*)?>\s*/g,"\n\n<hr$1>\n\n")}if(b.indexOf("<object")!=-1){b=b.replace(/<object[\s\S]+?<\/object>/g,function(d){return d.replace(/[\r\n]+/g,"")})}b=b.replace(/<\/p#>/g,"</p>\n");b=b.replace(/\s*(<p [^>]+>[\s\S]*?<\/p>)/g,"\n$1");b=b.replace(/^\s+/,"");b=b.replace(/[\s\u00a0]+$/,"");b=b.replace(/<wp_temp>/g,"\n");return b},_wp_Autop:function(a){var b="table|thead|tfoot|tbody|tr|td|th|caption|col|colgroup|div|dl|dd|dt|ul|ol|li|pre|select|form|blockquote|address|math|p|h[1-6]|fieldset|legend|hr|noscript|menu|samp|header|footer|article|section|hgroup|nav|aside|details|summary";if(a.indexOf("<object")!=-1){a=a.replace(/<object[\s\S]+?<\/object>/g,function(c){return c.replace(/[\r\n]+/g,"")})}a=a.replace(/<[^<>]+>/g,function(c){return c.replace(/[\r\n]+/g," ")});if(a.indexOf("<pre")!=-1||a.indexOf("<script")!=-1){a=a.replace(/<(pre|script)[^>]*>[\s\S]+?<\/\1>/g,function(c){return c.replace(/(\r\n|\n)/g,"<wp_temp_br>")})}a=a+"\n\n";a=a.replace(/<br \/>\s*<br \/>/gi,"\n\n");a=a.replace(new RegExp("(<(?:"+b+")(?: [^>]*)?>)","gi"),"\n$1");a=a.replace(new RegExp("(</(?:"+b+")>)","gi"),"$1\n\n");a=a.replace(/<hr( [^>]*)?>/gi,"<hr$1>\n\n");a=a.replace(/\r\n|\r/g,"\n");a=a.replace(/\n\s*\n+/g,"\n\n");a=a.replace(/([\s\S]+?)\n\n/g,"<p>$1</p>\n");a=a.replace(/<p>\s*?<\/p>/gi,"");a=a.replace(new RegExp("<p>\\s*(</?(?:"+b+")(?: [^>]*)?>)\\s*</p>","gi"),"$1");a=a.replace(/<p>(<li.+?)<\/p>/gi,"$1");a=a.replace(/<p>\s*<blockquote([^>]*)>/gi,"<blockquote$1><p>");a=a.replace(/<\/blockquote>\s*<\/p>/gi,"</p></blockquote>");a=a.replace(new RegExp("<p>\\s*(</?(?:"+b+")(?: [^>]*)?>)","gi"),"$1");a=a.replace(new RegExp("(</?(?:"+b+")(?: [^>]*)?>)\\s*</p>","gi"),"$1");a=a.replace(/\s*\n/gi,"<br />\n");a=a.replace(new RegExp("(</?(?:"+b+")[^>]*>)\\s*<br />","gi"),"$1");a=a.replace(/<br \/>(\s*<\/?(?:p|li|div|dl|dd|dt|th|pre|td|ul|ol)>)/gi,"$1");a=a.replace(/(?:<p>|<br ?\/?>)*\s*\[caption([^\[]+)\[\/caption\]\s*(?:<\/p>|<br ?\/?>)*/gi,"[caption$1[/caption]");a=a.replace(/(<(?:div|th|td|form|fieldset|dd)[^>]*>)(.*?)<\/p>/g,function(e,d,f){if(f.match(/<p( [^>]*)?>/)){return e}return d+"<p>"+f+"</p>"});a=a.replace(/<wp_temp_br>/g,"\n");return a},pre_wpautop:function(b){var a=this,d={o:a,data:b,unfiltered:b},c=typeof(jQuery)!="undefined";if(c){jQuery("body").trigger("beforePreWpautop",[d])}d.data=a._wp_Nop(d.data);if(c){jQuery("body").trigger("afterPreWpautop",[d])}return d.data},wpautop:function(b){var a=this,d={o:a,data:b,unfiltered:b},c=typeof(jQuery)!="undefined";if(c){jQuery("body").trigger("beforeWpautop",[d])}d.data=a._wp_Autop(d.data);if(c){jQuery("body").trigger("afterWpautop",[d])}return d.data}};
\ No newline at end of file
+
+( function( $ ) {
+       function SwitchEditors() {
+               var tinymce, $$,
+                       exports = {};
+
+               function init() {
+                       if ( ! tinymce && window.tinymce ) {
+                               tinymce = window.tinymce;
+                               $$ = tinymce.$;
+
+                               $$( document ).on( 'click', function( event ) {
+                                       var id, mode,
+                                               target = $$( event.target );
+
+                                       if ( target.hasClass( 'wp-switch-editor' ) ) {
+                                               id = target.attr( 'data-wp-editor-id' );
+                                               mode = target.hasClass( 'switch-tmce' ) ? 'tmce' : 'html';
+                                               switchEditor( id, mode );
+                                       }
+                               });
+                       }
+               }
+
+               function getToolbarHeight( editor ) {
+                       var node = $$( '.mce-toolbar-grp', editor.getContainer() )[0],
+                               height = node && node.clientHeight;
+
+                       if ( height && height > 10 && height < 200 ) {
+                               return parseInt( height, 10 );
+                       }
+
+                       return 30;
+               }
+
+               function switchEditor( id, mode ) {
+                       id = id || 'content';
+                       mode = mode || 'toggle';
+
+                       var editorHeight, toolbarHeight, iframe,
+                               editor = tinymce.get( id ),
+                               wrap = $$( '#wp-' + id + '-wrap' ),
+                               $textarea = $$( '#' + id ),
+                               textarea = $textarea[0];
+
+                       if ( 'toggle' === mode ) {
+                               if ( editor && ! editor.isHidden() ) {
+                                       mode = 'html';
+                               } else {
+                                       mode = 'tmce';
+                               }
+                       }
+
+                       if ( 'tmce' === mode || 'tinymce' === mode ) {
+                               if ( editor && ! editor.isHidden() ) {
+                                       return false;
+                               }
+
+                               if ( typeof( window.QTags ) !== 'undefined' ) {
+                                       window.QTags.closeAllTags( id );
+                               }
+
+                               editorHeight = parseInt( textarea.style.height, 10 ) || 0;
+
+                               if ( editor ) {
+                                       editor.show();
+
+                                       // No point resizing the iframe in iOS
+                                       if ( ! tinymce.Env.iOS && editorHeight ) {
+                                               toolbarHeight = getToolbarHeight( editor );
+                                               editorHeight = editorHeight - toolbarHeight + 14;
+
+                                               // height cannot be under 50 or over 5000
+                                               if ( editorHeight > 50 && editorHeight < 5000 ) {
+                                                       editor.theme.resizeTo( null, editorHeight );
+                                               }
+                                       }
+                               } else {
+                                       tinymce.init( window.tinyMCEPreInit.mceInit[id] );
+                               }
+
+                               wrap.removeClass( 'html-active' ).addClass( 'tmce-active' );
+                               $textarea.attr( 'aria-hidden', true );
+                               window.setUserSetting( 'editor', 'tinymce' );
+
+                       } else if ( 'html' === mode ) {
+                               if ( editor && editor.isHidden() ) {
+                                       return false;
+                               }
+
+                               if ( editor ) {
+                                       if ( ! tinymce.Env.iOS ) {
+                                               iframe = editor.iframeElement;
+                                               editorHeight = iframe ? parseInt( iframe.style.height, 10 ) : 0;
+
+                                               if ( editorHeight ) {
+                                                       toolbarHeight = getToolbarHeight( editor );
+                                                       editorHeight = editorHeight + toolbarHeight - 14;
+
+                                                       // height cannot be under 50 or over 5000
+                                                       if ( editorHeight > 50 && editorHeight < 5000 ) {
+                                                               textarea.style.height = editorHeight + 'px';
+                                                       }
+                                               }
+                                       }
+
+                                       editor.hide();
+                               } else {
+                                       // The TinyMCE instance doesn't exist, show the textarea
+                                       $textarea.css({ 'display': '', 'visibility': '' });
+                               }
+
+                               wrap.removeClass( 'tmce-active' ).addClass( 'html-active' );
+                               $textarea.attr( 'aria-hidden', false );
+                               window.setUserSetting( 'editor', 'html' );
+                       }
+               }
+
+               // Replace paragraphs with double line breaks
+               function removep( html ) {
+                       var blocklist = 'blockquote|ul|ol|li|dl|dt|dd|table|thead|tbody|tfoot|tr|th|td|h[1-6]|fieldset',
+                               blocklist1 = blocklist + '|div|p',
+                               blocklist2 = blocklist + '|pre',
+                               preserve_linebreaks = false,
+                               preserve_br = false,
+                               preserve = [];
+
+                       if ( ! html ) {
+                               return '';
+                       }
+
+                       // Preserve script and style tags.
+                       if ( html.indexOf( '<script' ) !== -1 || html.indexOf( '<style' ) !== -1 ) {
+                               html = html.replace( /<(script|style)[^>]*>[\s\S]*?<\/\1>/g, function( match ) {
+                                       preserve.push( match );
+                                       return '<wp-preserve>';
+                               } );
+                       }
+
+                       // Protect pre tags.
+                       if ( html.indexOf( '<pre' ) !== -1 ) {
+                               preserve_linebreaks = true;
+                               html = html.replace( /<pre[^>]*>[\s\S]+?<\/pre>/g, function( a ) {
+                                       a = a.replace( /<br ?\/?>(\r\n|\n)?/g, '<wp-line-break>' );
+                                       a = a.replace( /<\/?p( [^>]*)?>(\r\n|\n)?/g, '<wp-line-break>' );
+                                       return a.replace( /\r?\n/g, '<wp-line-break>' );
+                               });
+                       }
+
+                       // keep <br> tags inside captions and remove line breaks
+                       if ( html.indexOf( '[caption' ) !== -1 ) {
+                               preserve_br = true;
+                               html = html.replace( /\[caption[\s\S]+?\[\/caption\]/g, function( a ) {
+                                       return a.replace( /<br([^>]*)>/g, '<wp-temp-br$1>' ).replace( /[\r\n\t]+/, '' );
+                               });
+                       }
+
+                       // Pretty it up for the source editor
+                       html = html.replace( new RegExp( '\\s*</(' + blocklist1 + ')>\\s*', 'g' ), '</$1>\n' );
+                       html = html.replace( new RegExp( '\\s*<((?:' + blocklist1 + ')(?: [^>]*)?)>', 'g' ), '\n<$1>' );
+
+                       // Mark </p> if it has any attributes.
+                       html = html.replace( /(<p [^>]+>.*?)<\/p>/g, '$1</p#>' );
+
+                       // Separate <div> containing <p>
+                       html = html.replace( /<div( [^>]*)?>\s*<p>/gi, '<div$1>\n\n' );
+
+                       // Remove <p> and <br />
+                       html = html.replace( /\s*<p>/gi, '' );
+                       html = html.replace( /\s*<\/p>\s*/gi, '\n\n' );
+                       html = html.replace( /\n[\s\u00a0]+\n/g, '\n\n' );
+                       html = html.replace( /\s*<br ?\/?>\s*/gi, '\n' );
+
+                       // Fix some block element newline issues
+                       html = html.replace( /\s*<div/g, '\n<div' );
+                       html = html.replace( /<\/div>\s*/g, '</div>\n' );
+                       html = html.replace( /\s*\[caption([^\[]+)\[\/caption\]\s*/gi, '\n\n[caption$1[/caption]\n\n' );
+                       html = html.replace( /caption\]\n\n+\[caption/g, 'caption]\n\n[caption' );
+
+                       html = html.replace( new RegExp('\\s*<((?:' + blocklist2 + ')(?: [^>]*)?)\\s*>', 'g' ), '\n<$1>' );
+                       html = html.replace( new RegExp('\\s*</(' + blocklist2 + ')>\\s*', 'g' ), '</$1>\n' );
+                       html = html.replace( /<((li|dt|dd)[^>]*)>/g, ' \t<$1>' );
+
+                       if ( html.indexOf( '<option' ) !== -1 ) {
+                               html = html.replace( /\s*<option/g, '\n<option' );
+                               html = html.replace( /\s*<\/select>/g, '\n</select>' );
+                       }
+
+                       if ( html.indexOf( '<hr' ) !== -1 ) {
+                               html = html.replace( /\s*<hr( [^>]*)?>\s*/g, '\n\n<hr$1>\n\n' );
+                       }
+
+                       if ( html.indexOf( '<object' ) !== -1 ) {
+                               html = html.replace( /<object[\s\S]+?<\/object>/g, function( a ) {
+                                       return a.replace( /[\r\n]+/g, '' );
+                               });
+                       }
+
+                       // Unmark special paragraph closing tags
+                       html = html.replace( /<\/p#>/g, '</p>\n' );
+                       html = html.replace( /\s*(<p [^>]+>[\s\S]*?<\/p>)/g, '\n$1' );
+
+                       // Trim whitespace
+                       html = html.replace( /^\s+/, '' );
+                       html = html.replace( /[\s\u00a0]+$/, '' );
+
+                       // put back the line breaks in pre|script
+                       if ( preserve_linebreaks ) {
+                               html = html.replace( /<wp-line-break>/g, '\n' );
+                       }
+
+                       // and the <br> tags in captions
+                       if ( preserve_br ) {
+                               html = html.replace( /<wp-temp-br([^>]*)>/g, '<br$1>' );
+                       }
+
+                       // Put back preserved tags.
+                       if ( preserve.length ) {
+                               html = html.replace( /<wp-preserve>/g, function() {
+                                       return preserve.shift();
+                               } );
+                       }
+
+                       return html;
+               }
+
+               // Similar to `wpautop()` in formatting.php
+               function autop( text ) {
+                       var preserve_linebreaks = false,
+                               preserve_br = false,
+                               blocklist = 'table|thead|tfoot|caption|col|colgroup|tbody|tr|td|th|div|dl|dd|dt|ul|ol|li|pre' +
+                                       '|form|map|area|blockquote|address|math|style|p|h[1-6]|hr|fieldset|legend|section' +
+                                       '|article|aside|hgroup|header|footer|nav|figure|figcaption|details|menu|summary';
+
+                       // Normalize line breaks
+                       text = text.replace( /\r\n|\r/g, '\n' );
+
+                       if ( text.indexOf( '\n' ) === -1 ) {
+                               return text;
+                       }
+
+                       if ( text.indexOf( '<object' ) !== -1 ) {
+                               text = text.replace( /<object[\s\S]+?<\/object>/g, function( a ) {
+                                       return a.replace( /\n+/g, '' );
+                               });
+                       }
+
+                       text = text.replace( /<[^<>]+>/g, function( a ) {
+                               return a.replace( /[\n\t ]+/g, ' ' );
+                       });
+
+                       // Protect pre|script tags
+                       if ( text.indexOf( '<pre' ) !== -1 || text.indexOf( '<script' ) !== -1 ) {
+                               preserve_linebreaks = true;
+                               text = text.replace( /<(pre|script)[^>]*>[\s\S]*?<\/\1>/g, function( a ) {
+                                       return a.replace( /\n/g, '<wp-line-break>' );
+                               });
+                       }
+
+                       // keep <br> tags inside captions and convert line breaks
+                       if ( text.indexOf( '[caption' ) !== -1 ) {
+                               preserve_br = true;
+                               text = text.replace( /\[caption[\s\S]+?\[\/caption\]/g, function( a ) {
+                                       // keep existing <br>
+                                       a = a.replace( /<br([^>]*)>/g, '<wp-temp-br$1>' );
+                                       // no line breaks inside HTML tags
+                                       a = a.replace( /<[^<>]+>/g, function( b ) {
+                                               return b.replace( /[\n\t ]+/, ' ' );
+                                       });
+                                       // convert remaining line breaks to <br>
+                                       return a.replace( /\s*\n\s*/g, '<wp-temp-br />' );
+                               });
+                       }
+
+                       text = text + '\n\n';
+                       text = text.replace( /<br \/>\s*<br \/>/gi, '\n\n' );
+                       text = text.replace( new RegExp( '(<(?:' + blocklist + ')(?: [^>]*)?>)', 'gi' ), '\n\n$1' );
+                       text = text.replace( new RegExp( '(</(?:' + blocklist + ')>)', 'gi' ), '$1\n\n' );
+                       text = text.replace( /<hr( [^>]*)?>/gi, '<hr$1>\n\n' ); // hr is self closing block element
+                       text = text.replace( /\s*<option/gi, '<option' ); // No <p> or <br> around <option>
+                       text = text.replace( /<\/option>\s*/gi, '</option>' );
+                       text = text.replace( /\n\s*\n+/g, '\n\n' );
+                       text = text.replace( /([\s\S]+?)\n\n/g, '<p>$1</p>\n' );
+                       text = text.replace( /<p>\s*?<\/p>/gi, '');
+                       text = text.replace( new RegExp( '<p>\\s*(</?(?:' + blocklist + ')(?: [^>]*)?>)\\s*</p>', 'gi' ), '$1' );
+                       text = text.replace( /<p>(<li.+?)<\/p>/gi, '$1');
+                       text = text.replace( /<p>\s*<blockquote([^>]*)>/gi, '<blockquote$1><p>');
+                       text = text.replace( /<\/blockquote>\s*<\/p>/gi, '</p></blockquote>');
+                       text = text.replace( new RegExp( '<p>\\s*(</?(?:' + blocklist + ')(?: [^>]*)?>)', 'gi' ), '$1' );
+                       text = text.replace( new RegExp( '(</?(?:' + blocklist + ')(?: [^>]*)?>)\\s*</p>', 'gi' ), '$1' );
+
+                       // Remove redundant spaces and line breaks after existing <br /> tags
+                       text = text.replace( /(<br[^>]*>)\s*\n/gi, '$1' );
+
+                       // Create <br /> from the remaining line breaks
+                       text = text.replace( /\s*\n/g, '<br />\n');
+
+                       text = text.replace( new RegExp( '(</?(?:' + blocklist + ')[^>]*>)\\s*<br />', 'gi' ), '$1' );
+                       text = text.replace( /<br \/>(\s*<\/?(?:p|li|div|dl|dd|dt|th|pre|td|ul|ol)>)/gi, '$1' );
+                       text = text.replace( /(?:<p>|<br ?\/?>)*\s*\[caption([^\[]+)\[\/caption\]\s*(?:<\/p>|<br ?\/?>)*/gi, '[caption$1[/caption]' );
+
+                       text = text.replace( /(<(?:div|th|td|form|fieldset|dd)[^>]*>)(.*?)<\/p>/g, function( a, b, c ) {
+                               if ( c.match( /<p( [^>]*)?>/ ) ) {
+                                       return a;
+                               }
+
+                               return b + '<p>' + c + '</p>';
+                       });
+
+                       // put back the line breaks in pre|script
+                       if ( preserve_linebreaks ) {
+                               text = text.replace( /<wp-line-break>/g, '\n' );
+                       }
+
+                       if ( preserve_br ) {
+                               text = text.replace( /<wp-temp-br([^>]*)>/g, '<br$1>' );
+                       }
+
+                       return text;
+               }
+
+               // Add old events
+               function pre_wpautop( html ) {
+                       var obj = { o: exports, data: html, unfiltered: html };
+
+                       if ( $ ) {
+                               $( 'body' ).trigger( 'beforePreWpautop', [ obj ] );
+                       }
+
+                       obj.data = removep( obj.data );
+
+                       if ( $ ) {
+                               $( 'body' ).trigger( 'afterPreWpautop', [ obj ] );
+                       }
+
+                       return obj.data;
+               }
+
+               function wpautop( text ) {
+                       var obj = { o: exports, data: text, unfiltered: text };
+
+                       if ( $ ) {
+                               $( 'body' ).trigger( 'beforeWpautop', [ obj ] );
+                       }
+
+                       obj.data = autop( obj.data );
+
+                       if ( $ ) {
+                               $( 'body' ).trigger( 'afterWpautop', [ obj ] );
+                       }
+
+                       return obj.data;
+               }
+
+               if ( $ ) {
+                       $( document ).ready( init );
+               } else if ( document.addEventListener ) {
+                       document.addEventListener( 'DOMContentLoaded', init, false );
+                       window.addEventListener( 'load', init, false );
+               } else if ( window.attachEvent ) {
+                       window.attachEvent( 'onload', init );
+                       document.attachEvent( 'onreadystatechange', function() {
+                               if ( 'complete' === document.readyState ) {
+                                       init();
+                               }
+                       } );
+               }
+
+               window.wp = window.wp || {};
+               window.wp.editor = window.wp.editor || {};
+               window.wp.editor.autop = wpautop;
+               window.wp.editor.removep = pre_wpautop;
+
+               exports = {
+                       go: switchEditor,
+                       wpautop: wpautop,
+                       pre_wpautop: pre_wpautop,
+                       _wp_Autop: autop,
+                       _wp_Nop: removep
+               };
+
+               return exports;
+       }
+
+       window.switchEditors = new SwitchEditors();
+}( window.jQuery ));