SoftLite ScriptWorx Help
Back | Forward

AutoComplete

AutoComplete allows you to type in an abbreviation for anything, press [Ctrl] + J and have the rest completed for you.

ScriptWorx uses a special language for defining AutoComplete templates, and it is very easy to use. The following is an example of the language used, and it may be used in your own AutoComplete files.

The following are keys:

Headings in bold are "identifiers": These specify the text you will type for AutoComplete to detect and fill in the text you specify. This is not preceeded by an = sign.

= Signs: These are the indicators of the code that will be added to your document. Any number of these can be grouped under a heading. These must appear at the start of any line not containing a heading.

hyperlink
=< a href="...." class="...." >
=Click Here
=< /a >