TXTextControl.Proofing.saveUserDictionary Method

Saves an existing user dictionary by supplying the contained words as a string array to a callback function.

Syntax

[JavaScript]
<void> TXTextControl.Proofing.saveUserDictionary(<string> name, <function> callback);
Parameter Description
name

The name of the user dictionary to save.

callback

The callback function which is called as soon as the dictionary content has been received from the server. The callback function is called with two parameters: the dictionary's name as a string and the word list as a string array.