dataExport

sets text labels for the parts of the page numbering line in the exported PDF document

object dataExport;

Example

webix.i18n.dataExport = {
    page:"Page",
    of:"of"
};
webix.i18n.setLocale();

Details

You need to call setLocale to apply the new data export settings.

See also
Back to top