Specifications

Chapter 19226
Invokes a command, behavior, server behavior, Property inspector, or other extension that sets
the
innerHTML or outerHTML property of any tag object or the data property of any comment
object
Selects File > Convert > 3.0 Browser Compatible
Selects Modify > Convert > Convert Tables to Layers
Selects Modify > Convert > Convert Layers to Tables
Changes a tag or attribute in the Quick tag editor and presses Tab or Enter
getTranslatorInfo()
Description
Provides information about the translator and the files it can affect.
Arguments
None.
Returns
An array of strings. The elements of the array must appear in the following order:
1 translatorClass uniquely identifies the translator. This string must begin with a letter and
can contain only alphanumeric characters, hyphens (-), and underscores (_).
2 title describes the translator in no more than 40 characters.
3 nExtensions specifies the number of file extensions to follow. If nExtensions is zero, the
translator can run on any file. If nExtensions is zero, nRegExps is the next element in the
array.
4 extension specifies a file extension (for example, "htm" or "SHTML") that works with this
translator. This string is case-insensitive and should not contain a leading period. The array
should contain the same number of
extension elements as are specified in nExtensions.
5 nRegExps specifies the number of regular expressions that follow. If nRegExps is zero,
runDefault is the next element in the array.
6 regExps specifies a regular expression that you can check. The array should contain the same
number of
regExps elements as are specified in nRegExps, and at least one of the regExps
must match a piece of the documents source code before the translator can act on a file.