PDFviewer

задает текст для кнопок в компоненте PDFviewer

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

Необходимо вызвать setLocale, чтобы применить новые настройки формата.

See also
Наверх
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.