Changeset 284 for Dev/branches/Cartis/Tiles preview
- Timestamp:
- 02/23/12 17:02:25 (13 years ago)
- Location:
- Dev/branches/Cartis/Tiles preview
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/Cartis/Tiles preview/js/dashboardScripts.js
r278 r284 59 59 60 60 (function() { 61 debugger;62 61 var el = ge("dbSessionInstancesList"); 63 62 for (var n = 0; n < dummyDatabase.instances.length; n++) { … … 111 110 // Set timeout of 500ms, then execute ajaxInfoRequest with previously gathered parameters. 112 111 //dbSelectionInfoTimeout = window.setTimeout(ajaxInfoRequest, dbSelectionInfoTime, uid, ge("dbInfoPanelContent"), type); 113 debugger;114 112 dbSelectionInfoTimeout = window.setTimeout(getInfo, dbSelectionInfoTime, type, uid); 115 113 } … … 159 157 function addDataToList() { 160 158 // Take selected objects and add to shopping cart 161 debugger;162 159 // set element 163 160 var element; -
Dev/branches/Cartis/Tiles preview/nbproject/private/private.xml
r259 r284 4 4 <file> 5 5 <url>js/dashboardScripts.js</url> 6 <line>11 2</line>6 <line>111</line> 7 7 </file> 8 8 </editor-bookmarks> -
Dev/branches/Cartis/Tiles preview/pages/dataSelection.js
r278 r284 1 $(function() { 2 //Nothing yet. (Thankfully) 3 }) -
Dev/branches/Cartis/Tiles preview/pages/graphSelection.js
r283 r284 16 16 17 17 mockup.api.drawGraphPreview = function(type) { 18 debugger;19 18 20 19 var selected = false, el = document.getElementById("select_selectData"); … … 51 50 52 51 mockup.api.addToDash = function() { 53 debugger;54 52 var type = mockup.api.graphs.previewGraph.getType(); 55 53 var selectedOptions = []; … … 72 70 icon.addEventListener("click", function(event){ 73 71 // TODO: Actually write this function 74 debugger;75 72 for (var n = 0; n < mockup.api.graphs.dashboard.length; n++) { 76 73 var name = icon.previousSibling.innerHTML.split(" - ")[0]; … … 83 80 parent.parentNode.removeChild(parent); 84 81 85 82 }, false); 86 83 var titleField = ce("text"); 87 84 name = option.innerHTML;
Note: See TracChangeset
for help on using the changeset viewer.