Make WordPress Core


Ignore:
Timestamp:
05/28/2007 07:30:05 PM (19 years ago)
Author:
rob1n
Message:

Update TinyMCE to 2.1.1.1 (look at all those 1's...). fixes #4262

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/js/tinymce/themes/advanced/source_editor.htm

    r4704 r5577  
    77    <base target="_self" />
    88</head>
     9<!-- WordPress: extra onload stuff is WP! -->
    910<body onload="tinyMCEPopup.executeOnLoad('onLoadInit();');document.body.style.display='';document.getElementById('htmlSource').focus();" onresize="resizeInputs();" style="display: none">
    1011    <form name="source" onsubmit="saveContent();" action="#">
     
    1718        <br style="clear: both" />
    1819
    19         <textarea name="htmlSource" id="htmlSource" rows="15" cols="100" style="width: 100%; height: 100%; font-family: 'Courier New',Courier,mono; font-size: 12px" dir="ltr" wrap="off"></textarea>
     20        <textarea name="htmlSource" id="htmlSource" rows="15" cols="100" style="width: 100%; height: 100%; font-family: 'Courier New',Courier,monospace; font-size: 12px" dir="ltr" wrap="off"></textarea>
    2021
    2122        <div class="mceActionPanel">
     23            <!-- WordPress: reversed buttons! -->
    2224            <div style="float: left">
    2325                <input type="button" name="cancel" value="{$lang_cancel}" onclick="tinyMCEPopup.close();" id="cancel" />
Note: See TracChangeset for help on using the changeset viewer.