XHTMLEditor

<< Klicken Sie hier um das Inhaltsverzeichnis anzuzeigen >>

Navigation:  Konfiguration > INI-Datei >

XHTMLEditor

Bei dieser Sektion können Einstellungen zum XHTML Editor Tab im Eigenschaften-Dialog vorgenommen werden. Damit dieses Tab überhaupt sichtbar wird, muss die WebEditorStandard Einstellung auf XHTML eingestellt werden. Zudem muss das Programm X-Lite auf den entsprechenden Rechner installiert sein! Weiter kann in der Planning Base pro Event Base Fach eingestellt werden, ob dieses XHTML Editor Tab sichtbar sein soll oder überall.

Was man alles bei diesen Einstellungen angeben kann, ist unter folgender Internet Seite ersichtlich:

http://xstandard.com/en/documentation/xstandard-dev-guide/

Die Beschreibungen zu diesen Einstellungen sind aus der Software Dokumentation heraus kopiert und darum in Englisch.

 

Eintrag

Typ

Beschreibung

StylesXML

Pfad und Dateiname

Absolute URL or file path to an XML styles file or XML data as a string. If absent, a built-in styles file will be used. This file is used to populate the drop-down Styles Menu. Each style contains instructions for generating markup.

Standard:

styles.xml

Beispiel:

StylesXML=D:\DABiS800\styles.xml

ButtonsXML

Pfad und Dateiname

Absolute URL or file path to buttons.xml file or XML data as a string. If absent, a built-in buttons file will be used. This file is used to change icons and define buttons for the toolbar.

Standard:

nicht gesetzt

Beispiel:

ButtonsXML=D:\DABiS800\buttons.xml

FormatCSS

Pfad und Dateiname

Absolute URL or file path to a CSS file or CSS data. If absent, a built-in CSS file will be used. This file contains CSS formatting rules and can be the same CSS file used on your Web site.

Standard:

format.css

Beispiel:

FormatCSS=D:\DABiS800\format.css

ToolbarEditor

Aufzählung (kommagetrennt)

This parameter customizes the toolbar in WYSIWYG mode. This parameter accepts a comma-delimited list of button IDs. Buttons IDs are defined in buttons.xml file. A list of default buttons IDs is available in the Interface section of this documentation. Consecutive commas generate a delimeter (vertical bar) between buttons.

Standard:

unordered-list,strong,em,,source

Beispiel:

ToolbarEditor=unordered-list,strong,em,,source,spellchecker

ToolbarSource

Aufzählung (kommagetrennt)

This parameter customizes the toolbar in View Source mode. This parameter accepts a comma-delimited list of button IDs. Buttons IDs are defined in buttons.xml file.

Standard:

wysiwyg

Beispiel:

ToolbarSource=wysiwyg,word-wrap

Language

Sprachkürzel

A two-letter language code (should be lowercase) that is used for localization.

Standard:

de

Beispiel:

Language=en

License

Pfad und Dateiname oder URL

Absolute URL or file path to a license file or license data as a string. If absent, the editor will run under the XStandard Lite freeware license.

Standard:

nicht gesetzt

Beispiel:

http://webserver/license.txt

SpellCheckerURL

URL

Absolute URL to a Spell Web Service. For testing purposes, the following URL is available:
http://soap.xstandard.com/spellchecker.aspx

Standard:

nicht gesetzt

Beispiel:

SpellCheckerURL=http://localhost/spellchecker.aspx

SpellCheckerLang

Sprachkürzel

A language code to indicate a default dictionary language for spell checking. The default dictionary must be defined in the spellchecker.config file for the SpellChecker Web Service.

Standard:

nicht gesetzt

Beispiel:

SpellCheckerLang=en-us

SpellCheckerLangFilter

Sprachkürzel
Aufzählung (kommagetrennt)

A comma-delimited list of dictionaries that are a sub-set of the dictionaries available for the Spell Web Service. In other words, if the Web Service supports 10 dictionaries but you want XStandard to use only 2, you would specify the two dictionaries in this parameter.

Standard:

nicht gesetzt

Beispiel:

SpellCheckerLangFilter=en-ca,fr