00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014 var widgetLibrary = widgetLibrary || {};
00015 widgetLibrary.typeToSrc = {"0" :"widgets/widget_text.html",
00016 "1" :"widgets/widget_basicDisplay.html",
00017 "2" :"widgets/widget_testHJones.html",
00018 "3" :"widgets",
00019 "4" :"widgets",
00020 "5" :"widgets/thermometer.html",
00021 "6" :"widgets",
00022 "7" :"widgets",
00023 "8" :"widgets",
00024 "9" :"widgets",
00025 "10":"widgets",
00026 "11":"widgets",
00027 "12":"widgets"
00028 }
00029 widgetLibrary.typeToImgSrc = {
00030 "2" :"switch-icon.png",
00031 "3" :"Alarm-clock-icon.png",
00032 "4" :"digital-clock-icon.png",
00033 "5" :"thermometer-icon.png"
00034 }
00035 widgetLibrary.typeToPurpose = {
00036 "0" : "Plain Text",
00037 "1" : "Basic Display",
00038 "2" : "Hakeem's Widet",
00039 "3" : "Clock",
00040 "4" : "Clock",
00041 "5" : "Temperature"
00042 }
00043 widgetLibrary.init = function()
00044 {
00045
00046 }