diff --git a/www/extras/eopro/eophelp/de_DE/help_de_DE.htm b/www/extras/eopro/eophelp/de_DE/help_de_DE.htm deleted file mode 100644 index fcff8c0d4..000000000 --- a/www/extras/eopro/eophelp/de_DE/help_de_DE.htm +++ /dev/null @@ -1,9 +0,0 @@ - -
- - - - \ No newline at end of file diff --git a/www/extras/eopro/eophelp/de_DE/hotkeys_de_DE.htm b/www/extras/eopro/eophelp/de_DE/hotkeys_de_DE.htm deleted file mode 100644 index f6caec64d..000000000 --- a/www/extras/eopro/eophelp/de_DE/hotkeys_de_DE.htm +++ /dev/null @@ -1,121 +0,0 @@ - - - - - - -| -Tastenkürzel - | -
| -Ctrl + A - | --Alles markieren. - | -
| -Ctrl + Ende - | --Ans Ende des Dokuments springen. - | -
| -Ctrl + Pos1 - | --An den Anfang des Dokuments springen. - | -
| -Ctrl + R - | --Die Anzeige innerhalb von edit-on® Pro aktualisieren. - | -
| -Ctrl + X - | --Den ausgewählten Text ausschneiden. - | -
| -Ctrl + C - | --Den ausgewählten Text kopieren. - | -
| -Ctrl + V - | --Den Inhalt der Zwischenablage einfügen. - | -
| -Ctrl + Pfeiltasten - | --Zum nächsten/vorherigen Wort springen. - | -
| -Einfg - | -
-Zwischen und Modus umschalten.
- |
-
| -Shift + Enter - | --Einen "<br>" Tag einfügen (nur im WYSIWYG Modus). - | -
| - -Wichtig! -Beim kopieren/ausschneiden/einfügen von Text innerhalb der "WYSIWYG" Ansicht werden die Formatierung, der Stil, usw. -erhalten. Wegen allgemeinen Java Applet Sicherheitsbestimmungen kann ein Dokument Extern (d.h. aus der/in die Zwischenablage nur -kopiert/ausgeschnitten/eingefügt werden wenn die CAB/JAR Datei des Applets digital signiert ist, wobei jedoch der Stil, die Formatierung, usw. -verlorengehen. Das kopieren/ausschneiden/einfügen aus externen Dokumenten in das Applet ist jedoch in der "HTML Ansicht" möglich. - - | -
| -Allgemeine Beschreibung - | -
| -Dies ist die "Toolbar". Um eine Beschreibung der verschiedenen Buttons der Toolbar zu erhalten, klicken sie -bitte auf "Allgemeine Beschreibung". - | -
| -Dies ist die Bearbeitungsfläche. Hier können Sie Dokumente bearbeiten. - | -
| -Schalten Sie zwischen der WYSIWYG/HTML Ansicht um indem Sie das entsprechende Symbol auswählen. Innerhalb der "HTML -Ansicht" können Sie Text auch bearbeiten, indem Sie standard HTML Tags verwenden. - | -
-N.B. Unbekannte HTML Tags werden erhalten und als
-angezeigt, wenn Sie in der WYSIWYG Ansicht den
- Toolbar Button anklicken. Ein "Tag Eigenschaften" Dialogfenster wird
-erscheinen wenn Sie den rechten Mausknopf drücken. Der Inhalt des unbekannten Tags kann bearbeitet werden, wobei
-änderungen erhalten bleiben.
- |
-
|
-edit-on® Pro online Hilfe - |
-
|
- - - |
-
| -Allgemeine Beschreibung - | -
| - - | -
| -Toolbar Beschreibung - | -
| - - | -
| -Tastenkürzel - | -
| -Toolbar Beschreibung - | -
| -Symbol - | --Funktion - | --Entsprechendes HTML tag in der "HTML Ansicht" - | -
-
- |
--Klicken Sie auf dieses Symbol um die Toolbar zu verkleinern/vergrössern. - | --n.a. - | -
-
- |
--Ein neues, leeres Dokument öffnen. - | --n.a. - | -
-
- |
-
-Ein Dokument/HTML öffnen/laden.
- (mit dieser Funktion können Sie auch eine ganze Website laden, die nicht aus Frames besteht). - |
--n.a. - | -
-
- |
--Markierten Text ausschneiden. - | --n.a. - | -
-
- |
--Markierten Text kopieren. - | --n.a. - | -
-
- |
--Den Inhalt der Zwischenablage einfügen. - | --n.a. - | -
-
- |
--Text einfügen. - | --n.a. - | -
-
- |
--Das Format des Absatzes bestimmen. - | --<h1>Ihr Text</h1> - |
-
- |
--Die Schriftart bestimmen. - | -
-<p> <font face="Font"> -Ihr Text -</font> </p> - |
-
-
- |
--Die Schriftgrösse bestimmen. - | -
-<p> <font size="Font Size"> -Ihr Text -</font> </p> - |
-
-
- |
--Fett. - | --<b>Ihr Text</b> - | -
-
- |
--Kursiv. - | --<i>Ihr Text</i> - | -
-
- |
--Unterstrichen. - | --<u>Ihr Text</u> - | -
-
- |
--Den Text links ausrichten. - | --<p align="left">Ihr Text</p> - | -
-
- |
--Den Text in der Mitte ausrichten. - | --<p align="center">Ihr Text</p> - | -
-
- |
--Den Text rechts ausrichten. - | --<p align="right">Ihr Text</p> - | -
-
- |
--Eine Tabelle einrichten und einfügen. - | --n.a. - | -
-
- |
--Eine standard Tabelle einfügen. - | --n.a. - | -
-
- |
--Eine Reihe in Ihre Tabelle einfügen. - | --n.a. - | -
-
- |
--Eine Spalte in Ihre Tabelle einfügen. - | --n.a. - | -
-
- |
--Aufzählung. - | -
-<ul> -<li>Dies ist das erste Element -</li> -<li>Dies ist das zweite Element</li> - </ul> - |
-
-
- |
--Nummerierte Liste. - | -
-<ol> -<li>Dies ist das Erste Element -</li> -<li>Dies ist das zweite Element</li> - </ol> - |
-
-
- |
--Alphabetische Liste. - | -
-<ol type="A"> -<li>Dies ist das erste Element -</li> -<li>Dies ist das zweite Element</li> - </ol> - |
-
-
- |
--Einzug verringern. - | -
-<blockquote> -Ihr Text -</blockquote> - |
-
-
- |
--Einzug vergrössern. - | -
-<blockquote> -<blockquote> -Ihr Text -</blockquote> -</blockquote> - |
-
-
- |
-
-Link erstellen/einfügen
- (dies ermöglicht es Ihnen einen Link an der jetzigen Kursorposition einzufügen oder den momentan markierten Text -in einen Link zu konvertieren). - |
--<a href="http://ihredomain">http://ihredomain</a> - | -
-
- |
--Textmarke einfügen. - | --<a name="ihretextmarke"></a> - |
-
- |
--Ein Bild einfügen. - | --<img src="http://ihredomain/bild.gif"> - |
-
- |
--Eine HTML Datei an der jetzigen kursor-Position einfügen. - | --n.a. - | -
-
- |
--Eine horizontale Linie einfügen. - | --<hr/> - |
-
- |
--Ein Sonderzeichen einfügen. - | --n.a. - | -
-
- |
--Rechtschreibprüfung an-/ausschalten. - | --n.a. - | -
-
- |
-
-Absatzzeichen anzeigen.
- (Kontrollzeichen und unbekannte HTML Tags werden angezeigt). - |
--n.a. - | -
-
- |
--Voreinstellungen bearbeiten. - | --n.a. - | -
-
- |
--Hilfe (online Hilfe für edit-on® Pro). - | --n.a. - | -
-
- |
-- Informationen über das Produkt -(Informationen über Copyright und Version). - | --n.a. - | -
-
- |
--Separator -(trennt die verschiedenen Button-Gruppen). - | --n.a. - | -
| -Hotkeys - | -
| -Ctrl + A - | --Select all. - | -
| -Ctrl + End - | --Go to end of document. - | -
| -Ctrl + Home - | --Go to beginning of document. - | -
| -Ctrl + R - | --Refresh the edit-on® Pro display. - | -
| -Ctrl + X - | --Cut selected text. - | -
| -Ctrl + C - | --Copy selected text. - | -
| -Ctrl + V - | --Paste clipboard content. - | -
| -Ctrl + Arrow Keys - | --Go to next/previous word. - | -
| -Ins - | -
-Toggle between and mode.
- |
-
| -Shift + Enter - | --Insert a "<br>" tag (only in WYSIWYG mode). - | -
| - -Important! -The copy/cut/paste functionality within the "WYSIWYG View" works internally with preserving styles/formatting -etc. Due to general Java applet security restrictions it works externally (from/to system clipboard) only if the -applet's CAB/JAR file is digitally signed while styles/formatting etc. will not be preserved. However, the external copy/cut/paste functionality of a -digitally unsigned -edit-on® Pro applet is supported within the "HTML View". - - | -
| -General Description - | -
| -This is the toolbar section. For a description of the different toolbar buttons please go to the -"Toolbar Description". - | -
| -This is the editing area. You can edit documents here. - | -
| -Switch between "WYSIWYG/HTML View" by selecting the corresponding sheet. Within the "HTML View" you can also edit your -text using standard HTML tags. - | -
-Please note. Unknown HTML tags will be preserved and displayed as
- within the WYSIWYG view after pressing the
- toolbar button. A "unknown tag property" dialog will appear when clicking the
-right mouse button. The content of the unknown tag can be edited while changes will be preserved.
- |
-
|
-edit-on® Pro online help - |
|
- - - |
-
| -General Description - | -
| - - | -
| -Toolbar Description - | -
| - - | -
| -Hotkeys - | -
| -Toolbar Description - | -
| -Icon - | --Function - | --Equivalent HTML tag in "HTML View" - | -
-
- |
--Click this icon to expand/shrink the toolbar. - | --n.a. - | -
-
- |
--Open a new, empty document. - | --n.a. - | -
-
- |
-
-Load/open a document/HTML
- (using this function you can also load/open a whole non-frame-based web page). - |
--n.a. - | -
-
- |
--Cut text previously marked. - | --n.a. - | -
-
- |
--Copy text previously marked. - | --n.a. - | -
-
- |
--Paste text. - | --n.a. - | -
-
- |
--Insert text. - | --n.a. - | -
-
- |
--Select the paragraph format. - | --<h1>Your Text</h1> - |
-
- |
--Select the font type. - | -
-<p> <font face="Font"> -Your Text -</font> </p> - |
-
-
- |
--Select the font size. - | -
-<p> <font size="Font Size"> -Your Text -</font> </p> - |
-
-
- |
--Bold. - | --<b>Your Text</b> - | -
-
- |
--Italic. - | --<i>Your Text</i> - | -
-
- |
--Underline. - | --<u>Your Text</u> - | -
-
- |
--Align the text on the left. - | --<p align="left">Your Text</p> - | -
-
- |
--Align the text on the center. - | --<p align="center">Your Text</p> - | -
-
- |
--Align the text on the right. - | --<p align="right">Your Text</p> - | -
-
- |
--Insert and customize a table. - | --The HTML equivalent depends of the table settings. - | -
-
- |
--Insert a default table. - | --The HTML equivalent depends of the table settings. - | -
-
- |
--Insert a row into your table. - | --n.a. - | -
-
- |
--Insert a column into your table. - | --n.a. - | -
-
- |
--Bullet list. - | -
-<ul> -<li>This is the first Item -</li> -<li>This is the second Item</li> - </ul> - |
-
-
- |
--Ordered list. - | -
-<ol> -<li>This is the first Item -</li> -<li>This is the second Item</li> - </ol> - |
-
-
- |
--Alphabet list. - | -
-<ol type="A"> -<li>This is the first Item -</li> -<li>This is the second Item</li> - </ol> - |
-
-
- |
--Decrease indent. - | -
-<blockquote> -Your Text -</blockquote> - |
-
-
- |
--Increase indent. - | -
-<blockquote> -<blockquote> -Your Text -</blockquote> -</blockquote> - |
-
-
- |
-
-Create or insert a hyperlink
- (this allows you to insert a hyperlink at the current cursor location or to convert the currently selected text -into a hyperlink). - |
--<a href="http://yourdomain">http://yourdomain</a> - | -
-
- |
--Insert a bookmark. - | --<a name="yourbookmark"></a> - |
-
- |
--Insert an image. - | --<img src="http://yourdomain/file.gif"> - |
-
- |
--Insert a HTML file at current cursor position. - | --n.a. - | -
-
- |
--Insert a horizontal line. - | --<hr/> - |
-
- |
--Insert a special character. - | --n.a. - | -
-
- |
--Enable/disable the spellcheck. - | --n.a. - | -
-
- |
-
- Show paragraph signs
- (control characters and unknown HTML tags will be shown). - |
--n.a. - | -
-
- |
--Set the default properties. - | --n.a. - | -
-
- |
--Help (online help for edit-on Pro). - | --n.a. - | -
-
- |
-- Product information -(copyright and version information). - | --n.a. - | -
-
- |
--Separator -(separates each group of buttons). - | --n.a. - | -
| -Métodos abreviados de teclado - | -
| -Ctrl + A - | --Seleccionar todo. - | -
| -Ctrl + End - | --Ir al final del documento. - | -
| -Ctrl + Home - | --Ir al principio del documento. - | -
| -Ctrl + R - | --Actualizar la vista de edit-on® Pro. - | -
| -Ctrl + X - | --Cortar el texto seleccionado. - | -
| -Ctrl + C - | --Copiar el texto seleccionado. - | -
| -Ctrl + V - | --Insertar el contenido del Portapapeles. - | -
| -Ctrl + Arrow Keys - | --Ir a la palabra anterior/siguiente. - | -
| -Ins - | -
-Cambiar entre los modos y .
- |
-
| -Shift + Enter - | --Insertar una etiqueta "<br>" (solamente en modo WYSIWYG). - | -
| - -¡Importante! -Cuando se copia, corta o inserta un texto dentro de la vista "WYSIWYG" se mantendrán el formato, estilo etc.... Debido a las reglas generales de -seguridad para los applets de Java, un documento puede ser copiado, cortado o insertado solamente desde el exterior (es decir del o al Portapapeles), -cuando el archivo CAB/JAR del applet de Java tenga una signatura digital, pero entonces se perderán el estilo, el formato etc... Sin embargo, en la -vista "HTML" se pueden copiar, cortar o insertar documentos externos en un applet. - - | -
| -Descripción general - | -
| -Esto es la barra de herramientas. Si quiere obtener una descripción más detallada de las diferentes funciones, consulte el capítulo - -"Descripción de la barra de herramientas". - | -
| -Esto es el área de edición. Aquí se pueden modificar los documentos. - | -
| -Para cambiar entra la vista WYSIWYG y la vista HTML, seleccione el icono correspondiente. Dentro de la "vista HTML" puede también editar textos utilizando etiquetas HTML estándar. - | -
-N.B. Las etiquetas HTML desconocidas serán mantenidas y visualizadas en forma de
- , si activa el botón
- de la barra de herramientas en la vista WYSIWYG. Si hace clic en el botón secundario del ratón, el cuadro de diálogo "Propiedades de la etiqueta desconocida" se abrirá. Aquí puede editar el contenido de la etiqueta desconocida y guardar sus modificaciones.
- |
-
|
-edit-on® Pro Ayuda en línea - |
|
- - - |
-
| -Descripción general - | -
| - - | -
| -Descripción de la barra de herramientas - | -
| - - | -
| -Métodos abreviados de teclado - | -
| -Descripción de la barra de herramientas - | -
| -Icono - | --Función - | --Etiqueta HTML correspondiente en la "vista HTML". - | -
-
- |
--Haga clic en este icono para aumentar o reducir la barra de herramientas. - | --no dis. (no disponible) - | -
-
- |
--Abrir/Crear nuevo documento en blanco. - | --no dis. - | -
-
- |
-
-Abrir o cargar un documento HTML
- (Esta funcionalidad le permite también cargar un sitio Web entero, que no esté compuesto de marcos). - |
--no dis. - | -
-
- |
--Cortar el texto seleccionado. - | --no dis. - | -
-
- |
--Copiar el texto seleccionado. - | --no dis. - | -
-
- |
--Insertar el contenido del Portapapeles. - | --no dis. - | -
-
- |
--Insertar texto. - | --no dis. - | -
-
- |
--Seleccionar formato de p´rrafo. - | --<h1>Su texto</h1> - |
-
- |
--Seleccionar tipo de fuente. - | -
-<p> <font face="Font"> -Su texto -</font> </p> - |
-
-
- |
--Seleccionar tamaño de fuente. - | -
-<p> <font size="Font Size"> -Su texto -</font> </p> - |
-
-
- |
--Negrita. - | --<b>Su texto</b> - | -
-
- |
--Cursiva. - | --<i>Su texto</i> - | -
-
- |
--Subrayado. - | --<u>Su texto</u> - | -
-
- |
--Alinear el texto a la izquierda. - | --<p align="left">Su texto</p> - | -
-
- |
--Alinear el texto en el centro. - | --<p align="center">Su texto</p> - | -
-
- |
--Alinear el texto a la derecha. - | --<p align="right">Su texto</p> - | -
-
- |
--Insertar y personalizar una tabla. - | --no dis. - | -
-
- |
--Insertar una tabla predeterminada. - | --no dis. - | -
-
- |
--Insertar una fila de tabla. - | --no dis. - | -
-
- |
--Insertar una columna de tabla. - | --no dis. - | -
-
- |
--Viñetas. - | -
-<ul> -<li>Éste es el primer elemento -</li> -<li>Éste es el segundo elemento</li> - </ul> - |
-
-
- |
--Lista numerada. - | -
-<ol> -<li>Éste es el primer elemento -</li> -<li>Éste es el segundo elemento</li> - </ol> - |
-
-
- |
--Lista alfabética. - | -
-<ol type="A"> -<li>Éste es el primer elemento -</li> -<li>Éste es el segundo elemento</li> - </ol> - |
-
-
- |
--Disminuir sangría. - | -
-<blockquote> -Su texto -</blockquote> - |
-
-
- |
--Aumentar sangría. - | -
-<blockquote> -<blockquote> -Su texto -</blockquote> -</blockquote> - |
-
-
- |
-
-Crear o insertar hipervínculo
- (le permite insertar un hipervínculo en la posición actual del cursor o convertir el texto seleccionado actualmente en un hipervínculo). - |
--<a href="http://sudominio"> -http://sudominio</a> - | -
-
- |
--Pegar un marcador. - | --<a name="sumarcador"></a> - |
-
- |
--Insertar una imagen. - | --<img src="http://sudominio/archivo.gif"> - |
-
- |
--Insertar un documento HTML en la posición actual del cursor. - | --no dis. - | -
-
- |
--Insertar una línea horizontal. - | --<hr/> - |
-
- |
--Insertar un carácter especial. - | --no dis. - | -
-
- |
--Activar/Desactivar la revisión ortográfica. - | --no dis. - | -
-
- |
-
-Mostrar marcas de páraffo
- (Se visualizan caracteres de control y etiquetas HTML desconocidas). - |
--no dis. - | -
-
- |
--Establecer valores determinados. - | --no dis. - | -
-
- |
--Ayuda en línea directa (ayuda en línea para edit-on® Pro). - | --no dis. - | -
-
- |
-- Información del producto -(Información sobre la versión y el Copyright). - | --no dis. - | -
-
- |
--Separador -(separa los grupos de botones de opción). - | --no dis. - | -
| -Raccourcis clavier - | -
| -Ctrl + A - | --Tout sélectionner. - | -
| -Ctrl + End - | --Aller à la fin du document. - | -
| -Ctrl + Home - | --Aller au début du document. - | -
| -Ctrl + R - | --Actualiser l´affichage au sein d´edit-on® Pro. - | -
| -Ctrl + X - | --Couper le texte sélectionné. - | -
| -Ctrl + C - | --Copier le texte sélectionné. - | -
| -Ctrl + V - | --Coller le contenu du presse-papiers. - | -
| -Ctrl + Arrow Keys - | --Aller au mot précédent/suivant. - | -
| -Ins - | -
-Basculer entre les modes et .
- |
-
| -Shift + Enter - | --Insérer une balise "<br>" (uniquement en mode WYSIWYG). - | -
| - -Important! -Lorsque vous copiez, coupez ou collez du texte en mode d´affichage "WYSIWYG", le format, le style, etc. du texte seront préservés. Cependant, les restrictions de sécurité pour les applets Java vous empêchent d´y copier, couper ou coller le contenu d´un document venant d´une source externe (c´est-à-dire du ou dans le Presse-papiers ), à moins que les fichiers CAB/JAR de l´applet soient signés numériquement. Dans ce cas, le style, le format, etc. du document original ne seront pas conservés. Néanmoins, vous avez toujours la possibilité de copier, couper ou coller le contenu d´un document en mode d´affichage "HTML". - - | -
| -Description générale - | -
| -Ceci est la barre d´outils. Si vous souhaitez une description plus détaillée de ses différentes -fonctions, veuillez consulter la section -"Description de la barre d´outils". - | -
| -Ceci est l´aire de travail. Vous pouvez modifier vos documents ici. - | -
| -Pour basculer entre les modes d´affichage WYSIWYG et HTML, sélectionnez l'icône correspondante. En mode d´"affichage HTML", vous pouvez modifier le texte en employant des balises HTML standard. - | -
-N.B. Lorsque vous activez le bouton de barre d'outils
-en mode WYSIWYG, toutes les balises HTML inconnues seront maintenues et affichées sous forme de .
-Cliquez sur le bouton droit de la souris pour ouvrir la boîte de dialogue "Propriétés de la balise inconnue", dans laquelle vous pourrez modifier le contenu de la balise inconnue et enregistrer vos modifications.
- |
-
|
-edit-on® Pro aide en ligne - |
|
- - - |
-
| -Description générale - | -
| - - | -
| -Description de la barre d´outils - | -
| - - | -
| -Raccourcis clavier - | -
| -Description de la barre d´outils - | -
| -Icône - | --Fonction - | --Balise HTML correspondante en mode d´"Affichage HTML" - | -
-
- |
--Cliquez cet icône pour élargir/réduire la barre d´outils. - | --non disponible - | -
-
- |
--Ouvrir un nouveau document vierge. - | --non dis. - | -
-
- |
-
-Ouvrir/charger un document/HTML
- (en utilisant cette fonction, vous pouvez charger toute une page web qui n´est pas composée de cadres. - |
--non dis. - | -
-
- |
--Couper le texte sélectionné. - | --non dis. - | -
-
- |
--Copier le texte sélectionné. - | --non dis. - | -
-
- |
--Insérer le contenu du presse-papiers. - | --non dis. - | -
-
- |
--Insérer du texte. - | --non dis. - | -
-
- |
--Sélectionner le format du paragraphe. - | --<h1>Votre Texte</h1> - |
-
- |
--Sélectionner le type de police. - | -
-<p> <font face="Font"> -Votre Texte -</font> </p> - |
-
-
- |
--Sélectionner la taille de police. - | -
-<p> <font size="Font Size"> -Votre Texte -</font> </p> - |
-
-
- |
--Gras. - | --<b>Votre Texte</b> - | -
-
- |
--Italique. - | --<i>Votre Texte</i> - | -
-
- |
--Souligné. - | --<u>Votre Texte</u> - | -
-
- |
--Aligner le texte à gauche. - | --<p align="left">Votre Texte</p> - | -
-
- |
--Aligner le texte au centre. - | --<p align="center">Votre Texte</p> - | -
-
- |
--Aligner le texte à droite. - | --<p align="right">Votre Texte</p> - | -
-
- |
--Insérer et personnaliser une table. - | --non dis. - | -
-
- |
--Insérer une table par défaut. - | --non dis. - | -
-
- |
--Insérer une ligne de table. - | --non dis. - | -
-
- |
--Insérer une colonne de table. - | --non dis. - | -
-
- |
--Puces. - | -
-<ul> -<li>Ceci est le premier élément -</li> -<li>Ceci est le second élément</li> - </ul> - |
-
-
- |
--Liste numérotée. - | -
-<ol> -<li>Ceci est le premier élément -</li> -<li>Ceci est le second élément</li> - </ol> - |
-
-
- |
--Liste alphabétique. - | -
-<ol type="A"> -<li>Ceci est le premier élément -</li> -<li>Ceci est le second élément</li> - </ol> - |
-
-
- |
--Diminuer le retrait. - | -
-<blockquote> -Votre Texte -</blockquote> - |
-
-
- |
--Augmenter le retrait. - | -
-<blockquote> -<blockquote> -Votre Texte -</blockquote> -</blockquote> - |
-
-
- |
-
-Créer ou insérer un lien hypertexte
- (ceci vous permet d´insérer un lien hypertexte à la position actuelle du curseur, ou de convertir -le texte sélectionné actuellement en lien hypertexte). - |
--<a href="http://votredomaine"> -http://yourdomain</a> - | -
-
- |
--Insérer un signet. - | --<a name="votresignet"></a> - |
-
- |
--Insérer une image. - | --<img src="http://votredomaine/fichier.gif"> - |
-
- |
--Insérer un document HTML à la position actuelle du curseur. - | --non dis. - | -
-
- |
--Insérer une ligne horizontale. - | --<hr/> - |
-
- |
--Insérer un caractère spécial. - | --non dis. - | -
-
- |
--Allumer/éteindre le vérificateur d´orthographe. - | --non dis. - | -
-
- |
-
-Afficher les marques de paragraphes
- (Les charactères de contrôle et les balises HTML inconnus seront affichés). - |
--non dis. - | -
-
- |
--Définir les paramètres par défaut. - | --non dis. - | -
-
- |
--Aide en ligne (aide en ligne d´edit-on® Pro). - | --non dis. - | -
-
- |
-- Informations sur le produit -(Informations sur le copyright et la version). - | --non dis. - | -
-
- |
--Séparateur -(sépare chaque groupe de case d'option). - | --non dis. - | -