Skip to content

Instantly share code, notes, and snippets.

@jcolebrand
Created June 15, 2012 16:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcolebrand/2937422 to your computer and use it in GitHub Desktop.
Save jcolebrand/2937422 to your computer and use it in GitHub Desktop.
tinymce diffs
<span id="anonymous_element_1_container" class="mceEditor defaultSimpleSkin">
<table cellspacing="0" cellpadding="0" class="mceLayout" style="width: 100%; height: 9000px;">
<tbody>
<tr>
<td>
<div class="mceIframeContainer">
<iframe frameborder="0" id="anonymous_element_1_ifr" src="javascript:&quot;&quot;" allowtransparency="true" title="Rich Text Area" style="width: 100%; height: 8980px; display: block;"/>
</div>
</td>
</tr>
<tr class="last">
<td align="center" class="mceToolbar mceLast">
<table cellspacing="0" cellpadding="0" align="" tabindex="-1" role="presentation" class="mceToolbar Enabled" id="anonymous_element_1_tools1" aria-disabled="false" aria-pressed="false">
<tbody>
<tr>
<td class="mceToolbarStart mceToolbarStartButton">
<span>
<!-- IE -->
</span>
</td>
<td style="position: relative">
<a title="Bold (Ctrl+B)" aria-labelledby="anonymous_element_1_bold_voice" onclick="return false;" onmousedown="return false;" class="mceButton mceButtonEnabled mce_bold" href="javascript:;" id="anonymous_element_1_bold" role="button">
<span class="mceIcon mce_bold"/>
<span id="anonymous_element_1_bold_voice" style="display: none;" class="mceVoiceLabel mceIconOnly">Bold (Ctrl+B)</span>
</a>
</td>
<td style="position: relative">
<a title="Italic (Ctrl+I)" aria-labelledby="anonymous_element_1_italic_voice" onclick="return false;" onmousedown="return false;" class="mceButton mceButtonEnabled mce_italic" href="javascript:;" id="anonymous_element_1_italic" role="button">
<span class="mceIcon mce_italic"/>
<span id="anonymous_element_1_italic_voice" style="display: none;" class="mceVoiceLabel mceIconOnly">Italic (Ctrl+I)</span>
</a>
</td>
<td style="position: relative">
<a title="Underline (Ctrl+U)" aria-labelledby="anonymous_element_1_underline_voice" onclick="return false;" onmousedown="return false;" class="mceButton mceButtonEnabled mce_underline" href="javascript:;" id="anonymous_element_1_underline" role="button">
<span class="mceIcon mce_underline"/>
<span id="anonymous_element_1_underline_voice" style="display: none;" class="mceVoiceLabel mceIconOnly">Underline (Ctrl+U)</span>
</a>
</td>
<td style="position: relative">
<a title="Strikethrough" aria-labelledby="anonymous_element_1_strikethrough_voice" onclick="return false;" onmousedown="return false;" class="mceButton mceButtonEnabled mce_strikethrough" href="javascript:;" id="anonymous_element_1_strikethrough" role="button">
<span class="mceIcon mce_strikethrough"/>
<span id="anonymous_element_1_strikethrough_voice" style="display: none;" class="mceVoiceLabel mceIconOnly">Strikethrough</span>
</a>
</td>
<td style="position: relative">
<span tabindex="-1" aria-orientation="vertical" role="separator" class="mceSeparator"/>
</td>
<td style="position: relative">
<a title="Undo (Ctrl+Z)" aria-labelledby="anonymous_element_1_undo_voice" onclick="return false;" onmousedown="return false;" class="mceButton mceButtonEnabled mce_undo" href="javascript:;" id="anonymous_element_1_undo" role="button">
<span class="mceIcon mce_undo"/>
<span id="anonymous_element_1_undo_voice" style="display: none;" class="mceVoiceLabel mceIconOnly">Undo (Ctrl+Z)</span>
</a>
</td>
<td style="position: relative">
<a title="Redo (Ctrl+Y)" aria-labelledby="anonymous_element_1_redo_voice" onclick="return false;" onmousedown="return false;" class="mceButton mceButtonEnabled mce_redo" href="javascript:;" id="anonymous_element_1_redo" role="button">
<span class="mceIcon mce_redo"/>
<span id="anonymous_element_1_redo_voice" style="display: none;" class="mceVoiceLabel mceIconOnly">Redo (Ctrl+Y)</span>
</a>
</td>
<td style="position: relative">
<span tabindex="-1" aria-orientation="vertical" role="separator" class="mceSeparator"/>
</td>
<td style="position: relative">
<a title="Cleanup Messy Code" aria-labelledby="anonymous_element_1_cleanup_voice" onclick="return false;" onmousedown="return false;" class="mceButton mceButtonEnabled mce_cleanup" href="javascript:;" id="anonymous_element_1_cleanup" role="button">
<span class="mceIcon mce_cleanup"/>
<span id="anonymous_element_1_cleanup_voice" style="display: none;" class="mceVoiceLabel mceIconOnly">Cleanup Messy Code</span>
</a>
</td>
<td style="position: relative">
<span tabindex="-1" aria-orientation="vertical" role="separator" class="mceSeparator"/>
</td>
<td style="position: relative">
<a title="Insert/Remove Bulleted List" aria-labelledby="anonymous_element_1_insertunorderedlist_voice" onclick="return false;" onmousedown="return false;" class="mceButton mceButtonEnabled mce_insertunorderedlist" href="javascript:;" id="anonymous_element_1_insertunorderedlist" role="button" aria-pressed="false">
<span class="mceIcon mce_insertunorderedlist"/>
<span id="anonymous_element_1_insertunorderedlist_voice" style="display: none;" class="mceVoiceLabel mceIconOnly">Insert/Remove Bulleted List</span>
</a>
</td>
<td style="position: relative">
<a title="Insert/Remove Numbered List" aria-labelledby="anonymous_element_1_insertorderedlist_voice" onclick="return false;" onmousedown="return false;" class="mceButton mceButtonEnabled mce_insertorderedlist" href="javascript:;" id="anonymous_element_1_insertorderedlist" role="button" aria-pressed="false">
<span class="mceIcon mce_insertorderedlist"/>
<span id="anonymous_element_1_insertorderedlist_voice" style="display: none;" class="mceVoiceLabel mceIconOnly">Insert/Remove Numbered List</span>
</a>
</td>
<td class="mceToolbarEnd mceToolbarEndButton">
<span>
<!-- IE -->
</span>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</span>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment