Blame view

js/_tiny_mce/themes/advanced/docs/en/index.htm 1.05 KB
42868d70   andryeyev   Создал GIT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
  <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>