includes/clientside/tinymce/themes/advanced/docs/en/index.htm
author Dan
Wed, 21 Nov 2007 15:10:57 -0500
changeset 272 e0ec986c0af3
parent 1 fe660c52c48f
permissions -rw-r--r--
Searching sucks, and Enano's search algorithm was complete bullcrap. So I rewrote it. No, it does not use Google search technology. Like they have a patent for using the Arial font on search result pages anyway.

<html xmlns="http://www.w3.org/1999/xhtml">
<HEAD>
<TITLE>Help Index</TITLE>
<link href="style.css" rel="stylesheet" type="text/css">
</HEAD>
<BODY onload="window.focus();">
<table width="100%" border="0" cellpadding="1" cellspacing="3" class="pageheader">
  <tr> 
    <td><span class="title">Table of contents</span></td>
    <td align="right">&nbsp;</td>
  </tr>
</table>
<hr noshade>
<br>
Click the links below to go to the different help sections. 
<ul class="toc_ul">
  <li class="toc_li"><a href="about.htm">About TinyMCE</a></li>
  <li class="toc_li"><a href="common_buttons.htm">Common buttons</a></li>
  <li class="toc_li"><a href="insert_image_button.htm">Insert image button</a></li>
  <li class="toc_li"><a href="insert_link_button.htm">Insert link button</a></li>
  <li class="toc_li"><a href="insert_anchor_button.htm">Insert anchor button</a></li>
  <li class="toc_li"><a href="insert_table_button.htm">Insert table button</a></li>
 <li class="toc_li"><a href="create_accessible_content.htm">Create accessible content</a></li>
</ul>
<hr noshade>
</BODY>
</HTML>