source: www/openwebmail/javascript/htmlarea.openwebmail/popups/lt/editor_help.html@ 1

Last change on this file since 1 was 1, checked in by george, 17 years ago

Prvotní import všeho

File size: 1.8 KB
Line 
1<html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=windows-1257">
4 <title>Editor Help</title>
5 <style>
6 body, td, p, div { font-family: arial; font-size: x-small; }
7 </style>
8 </head>
9<body>
10
11<h2>Editor Help<hr></h2>
12
13<h3>What is HTMLArea?</h3>
14
15<p>HTMLArea is a free <acronym title="What You See Is What You Get"
16>WYSIWYG</acronym> editor. The rich text editor lets you do the following:</p>
17
18<ul>
19 <li>Format text to be bold, italicized, or underlined.</li>
20 <li>Change the face, size, style and color.</li>
21 <li>Left, center, or right-justify paragraphs.</li>
22 <li>Make bulleted or numbered lists.</li>
23 <li>Indent or un-indent paragraphs.</li>
24 <li>Insert a horizontal line.</li>
25 <li>Insert hyperlinks and images.</li>
26 <li>View the raw HTML source of what they're editing.</li>
27 <li>and much more...</li>
28</ul>
29
30<h3>Keyboard shortcuts</h3>
31
32<p>The editor provides the following key combinations:</p>
33
34<ul>
35 <li>ENTER -- new paragraph</li>
36 <li>SHIFT-ENTER -- line break</li>
37 <li>CTRL-A -- select all</li>
38 <li>CTRL-B -- bold</li>
39 <li>CTRL-I -- italic</li>
40 <li>CTRL-U -- underline</li>
41 <li>CTRL-S -- strikethrough</li>
42 <li>CTRL-L -- justify left</li>
43 <li>CTRL-E -- justify center</li>
44 <li>CTRL-R -- justify right</li>
45 <li>CTRL-J -- justify full</li>
46 <li>CTRL-1..6 -- headings (&lt;h1&gt; .. &lt;h6&gt;)</li>
47 <li>CTRL-Z -- undo</li>
48 <li>CTRL-Y -- redo</li>
49</ul>
50
51<h3>Where can I find out more info and talk to
52other HTMLArea users?</h3>
53
54<p>You can find out more about HTMLArea on
55the <a href="http://www.interactivetools.com/products/htmlarea/">HTMLArea
56homepage</a> and you can talk to other HTMLArea users and post any comments
57or suggestions you have in the <a
58href="http://www.interactivetools.com/iforum/Open_Source_C3/htmlArea_v3.0_-_Alpha_Release_F14/"
59>HTMLArea forum</a>.</p>
60
61&nbsp;<br>
62</body>
63</html>
Note: See TracBrowser for help on using the repository browser.