~kosova/+junk/tuxfamily-twiki

« back to all changes in this revision

Viewing changes to foswiki/data/System/TinyMCEQuickHelp.txt

  • Committer: James Michael DuPont
  • Date: 2009-07-18 19:58:49 UTC
  • Revision ID: jamesmikedupont@gmail.com-20090718195849-vgbmaht2ys791uo2
added foswiki

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
---+!! !TinyMCE Editor Help Summary 
 
2
%STARTINCLUDE%
 
3
<style>
 
4
#tinyMceInfo td {vertical-align:top; padding:0 1em 0 0;}
 
5
#tinyMceInfo td.primaryTextcolumn {width:60%;}
 
6
#tinyMceInfo td.secondaryTextcolumn {width:40%; border-left:1px solid #ddd; padding-left:1em;}
 
7
#tinyMceInfo td.imgcolumn {width:12px; text-align:right;}
 
8
</style>
 
9
<table id="tinyMceInfo" cellpadding="0" cellspacing="0" border="0">
 
10
<tr>
 
11
<td class="imgcolumn">
 
12
<img src="%PUBURL%/%SYSTEMWEB%/TinyMCEQuickHelp/Format_Drop_Down.gif" width="124" height="188" alt="format dropdown" />
 
13
</td>
 
14
<td class="primaryTextcolumn">
 
15
<ul>
 
16
    <li> ==Normal== - Normal text style </li>
 
17
    <li> ==Heading 1-6== - Headings; 1 is largest </li>
 
18
    <li> ==VERBATIM== - Text is shown in monospace with line breaks. Wraps &lt;verbatim&gt; tags around the selected text. No macros are interpreted inside verbatim tags. </li>
 
19
    <li> ==LITERAL== - Styled content is saved exactly as it appears in the editor. Saves the selected content as raw HTML and wraps it in &lt;literal> tags. </li>
 
20
    <li> ==Protect on save== - Prevent any change to the selected text when the edit is saved. Use this to save advanced macros where you do not want the Wysiwyg editor to modify the text during save. </li>
 
21
    <li> ==Protect forever== - Content is saved exactly as it is typed, and the protection is still there in future edit sessions. Content is wrapped in &lt;sticky&gt; tags. </li>
 
22
   </ul>
 
23
</td>
 
24
<td rowspan="4" class="secondaryTextcolumn">
 
25
*Defining Preference Settings/Macros*
 
26
<ol>
 
27
 <li> Create a list item using the toolbar button</li>
 
28
 <li> In the list item, type =Set NAME = value= </li>
 
29
 <li> Select the value, and assign the ==Protect on save== style to it (only required if the value contains any Foswiki Topic Markup Language or if you style it e.g. to add bold, or if it's sensitive to the number of spaces)
 
30
 </li>
 
31
</ol>
 
32
*Using a Macro*
 
33
<ul>
 
34
<li> Just type it in. When the topic is saved, what you type will be saved just as you wrote it.  </li>
 
35
<li> If any part of your macro parameters is sensitive to spacing, then select the entire macro and assign the ==PROTECTED== style to it before you save. </li></ul>
 
36
<span class="foswikiUnvisited">[[%SYSTEMWEB%.Macros][More on macros]]</span>
 
37
 
 
38
*Editing the raw text instead of Wysiwyg*
 
39
<ul>
 
40
<li> Select    <img src="%PUBURL%/%WEB%/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/foswikibuttons/images/hide.gif" alt="the pickaxe" />
 
41
, or use the _Raw Edit_ link in the bottom action bar. </li></ul>
 
42
</td>
 
43
</tr>
 
44
<tr>
 
45
<td class="imgcolumn"><img src="%PUBURL%/%WEB%/TinyMCEPlugin/tinymce/jscripts/tiny_mce/themes/advanced/images/indent.gif" alt="indent" />
 
46
   <img src="%PUBURL%/%WEB%/TinyMCEPlugin/tinymce/jscripts/tiny_mce/themes/advanced/images/outdent.gif" alt="outdent" /></td>
 
47
<td class="textcolumn"><ul>
 
48
    <li> If the cursor is in a list item, changes the indent. Otherwise marks text with &lt;blockquote&gt; tags.</li>
 
49
   </ul></td>
 
50
</tr>
 
51
<tr>
 
52
<td class="imgcolumn"><img src="%PUBURL%/%WEB%/TinyMCEPlugin/tinymce/jscripts/tiny_mce/themes/advanced/images/link.gif" alt="link" />
 
53
   <img src="%PUBURL%/%WEB%/TinyMCEPlugin/tinymce/jscripts/tiny_mce/themes/advanced/images/unlink.gif" alt="unlink" /></td>
 
54
<td class="textcolumn"><ul>
 
55
    <li> Links can either point to a URL or to the name of a Foswiki topic. For example =http://foswiki.org=, =TopicNames=, =Webname.TopicNames=, or =Webname.Subweb.WebName=.</li>
 
56
   </ul></td>
 
57
</tr>
 
58
<tr>
 
59
<td class="imgcolumn"><img src="%PUBURL%/%WEB%/TinyMCEPlugin/tinymce/jscripts/tiny_mce/themes/advanced/images/anchor.gif" alt="anchor" /></td>
 
60
<td class="textcolumn"><ul>
 
61
    <li> An anchor is a hidden mark you can use to link to a certain part of a topic, for example a heading or a paragraph. An anchor must be a !WikiWord. </li>
 
62
   </ul></td>
 
63
</tr>
 
64
</table>
 
65
%STOPINCLUDE%
 
66
 
 
67
%META:FILEATTACHMENT{name="Format_Drop_Down.gif" attr="" comment="" version="1"}%