TXTextControlWeb.getFormattingPrinter Method

Returns the name of the currently selected formatting printer by calling a provided callback function. For more information on the formatting printer see function setFormattingPrinter.

Syntax

[JavaScript]
<void> TXTextControlWeb.getFormattingPrinter(<function> callback);
Parameter Description
callback

A function with one string parameter. Is called with the name of the currently selected formatting printer as soon as the information has been retrieved from the server.