TitleBox.getTranslateDialog

Syntax

getTranslateDialog();

Description

The getTranslateDialog method returns title translation dialog.

Comments

The method returns an object of the PP.Mb.Ui.TranslateDialog type.

Example

Executing the example requires that the HTML page contains the TitleBox component named titleBox (see Example of Creating the EaxTitleMaster Component). Show the Translations dialog box:

// Get the dialog box for title translation
var dialog = title.getTranslateDialog();
// Show this dialog box
dialog.show();

After executing the example the title translation dialog box is displayed:

See also:

TitleBox