@@ -432,8 +432,26 @@ Enables or disables the scrollable behavior of the toolbar.
432432 toolbar: {
433433 scrollable: true,
434434 buttons: [
435- { name: "ButtonA", attr: { "class": "myClass" } },
436- { name: "ButtonB", attr: { "class": "myClass" } }
435+ { "name": "camera", "icon": "camera" },
436+ { "name": "image", "icon": "image" },
437+ { "name": "image-export", "icon": "image-export" },
438+ { "name": "brush", "icon": "brush" },
439+ { "name": "droplet", "icon": "droplet" },
440+ { "name": "shapes", "icon": "shapes" },
441+ { "name": "invert-colors", "icon": "invert-colors" },
442+ { "name": "palette", "icon": "palette" },
443+ { "name": "zoom-actual-size", "icon": "zoom-actual-size" },
444+ { "name": "photos", "icon": "photos" },
445+ { "name": "file-wrench", "icon": "file-wrench" },
446+ { "name": "share", "icon": "share" },
447+ { "name": "user", "icon": "user" },
448+ { "name": "inbox", "icon": "inbox" },
449+ { "name": "rss", "icon": "rss" },
450+ { "name": "folder", "icon": "folder" },
451+ { "name": "code", "icon": "code" },
452+ { "name": "cloud", "icon": "cloud" },
453+ { "name": "parameters", "icon": "parameters" },
454+ { "name": "graph", "icon": "graph" }
437455 ]
438456 }
439457 });
0 commit comments