Changeset 7270 for trunk/wp-includes/js/tinymce/plugins/paste/pastetext.htm
- Timestamp:
- 03/12/2008 10:47:11 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/tinymce/plugins/paste/pastetext.htm
r6694 r7270 3 3 <title>{#paste.paste_text_desc}</title> 4 4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 5 5 <script type="text/javascript" src="../../tiny_mce_popup.js"></script> 6 6 <script type="text/javascript" src="js/pastetext.js"></script> 7 <script type="text/javascript">tinyMCEPopup.onInit.add(function(){window.setTimeout(function(){document.getElementById('htmlSource').focus();},500);});</script> 8 <base target="_self" /> 7 <base target="_self" /> 9 8 </head> 10 9 <body onresize="resizeInputs();" style="display:none; overflow:hidden;"> 11 <form name="source" onsubmit="saveContent(); ">10 <form name="source" onsubmit="saveContent();return false;" action="#"> 12 11 <div style="float: left" class="title">{#paste.paste_text_desc}</div> 13 12 … … 20 19 <div>{#paste_dlg.text_title}</div> 21 20 22 <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="soft" ></textarea>21 <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="soft" class="mceFocus"></textarea> 23 22 24 23 <div class="mceActionPanel"> … … 28 27 29 28 <div style="float: right"> 30 <input type="submit" name="insert" value="{#insert}" onclick="saveContent();"id="insert" />29 <input type="submit" name="insert" value="{#insert}" id="insert" /> 31 30 </div> 32 31 </div>
Note: See TracChangeset
for help on using the changeset viewer.