toolbar

id панели инструментов для PDFViewer

string toolbar;

Example

webix.ui({
    rows:[
        { view:"pdfbar", id:"toolbar" },
        { 
            view:"pdfviewer", 
            id:"pdf", 
            toolbar:"toolbar", 
            url:"binary->files/WebixDocs.pdf"
        }
    ]
});

Related samples

See also
  • Articles
  • Наверх
    If you have not checked yet, be sure to visit site of our main product Webix html5 library and page of pdf viewer library product.