PDFviewer

sets text labels for page switching and document zooming options in PDF viewer

object PDFviewer;

Example

webix.i18n.PDFviewer = {
    of:"of",
    automaticZoom:"Automatic Zoom",
    actualSize:"Actual Size",
    pageFit:"Page Fit",
    pageWidth:"Page Width",
    pageHeight:"Page Height"
};
webix.i18n.setLocale();

Details

You need to call setLocale to apply the new format settings.

See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix javascript dashboard framework and page of javascript pdf viewer product.