TXTextControl.Proofing.getUserDictionaryInfo Method

Retrieves information about all currently existing user dictionaries via a callback function.

Syntax

[JavaScript]
<void> TXTextControl.Proofing.getUserDictionaryInfo(<function> callback);
Parameter Description
callback

The callback function which is called as soon as the dictionary information has been received from the server. The callback function is called with one parameter: an array of UserDictionaryInfo objects.