- Timestamp:
- 11/10/08 16:09:42 (8 weeks ago)
- Location:
- branches/iclerencia/dashboard/client/ebox/src/templates/dashboard
- Files:
-
- 3 modified
-
configurewidgets.mas (modified) (2 diffs)
-
index.mas (modified) (2 diffs)
-
widget.mas (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/iclerencia/dashboard/client/ebox/src/templates/dashboard/configurewidgets.mas
r11602 r11610 37 37 for (j = 0; j < widgets.length; ++j) { 38 38 var name = "widget_" + module + ":" + widgets[j]["name"]; 39 //recalculate present because it can have changed 40 widgets[j]["present"] = $(name) && ($(name).parentNode.id.indexOf("dashboard") == 0); 39 41 widget_name_list[j] = name + "_placeholder"; 40 42 str = str + "<div style='display: block;' class='widgetBox' id='" + name + "_placeholder'>" + widgets[j]["title"]; … … 80 82 func = function(dashboard) { 81 83 var id = dashboard.id; 82 alert(id);83 84 new Ajax.Request("/ebox/Dashboard/Update", { 84 85 method: "post", -
branches/iclerencia/dashboard/client/ebox/src/templates/dashboard/index.mas
r11594 r11610 14 14 <script type="text/javascript" src="/data/js/table-helper.js">//</script> 15 15 <script type="text/javascript"> 16 17 16 function toggleClose() 18 17 { … … 62 61 <script type="text/javascript"> 63 62 //<