14 var widgetLibrary = widgetLibrary || {};
15 widgetLibrary.typeToSrc = {
16 "0" :
"widget_text.html",
21 "2" :
"gauge_widget.html",
23 "3" :
"plotly_bar_chart.html",
24 "4" :
"thermometer.html",
25 "5" :
"siren_alarm.html",
29 "9" :
"root_visualizer.html"
32 widgetLibrary.typeToImgSrc = {
35 "1" :
"table-icon.png",
36 "2" :
"gauge-icon.png",
37 "3" :
"basic-chart-icon.png",
38 "4" :
"thermometer-icon.png" ,
40 "6" :
"label-icon.png",
42 "8" :
"picture-icon.png",
46 widgetLibrary.typeToName = {
50 "1" :
"Basic PVs Table",
51 "2" :
"Basic Gauge Style Display",
52 "3" :
"Basic Line Chart",
53 "4" :
"Basic Thermometer",
54 "5" :
"Basic Siren Alarm",
55 "6" :
"Basic Label for widgets",
57 "8" :
"Basic picture",
58 "9" :
"Basic Root file viewer"
61 widgetLibrary.typeToPurpose = {
69 "6" :
"Label widgets",
75 widgetLibrary.dimensions = {
88 widgetLibrary.init =
function()