search for: refreshportletcomplet

Displaying 1 result from an estimated 1 matches for "refreshportletcomplet".

2006 Feb 23
25
reloading fragments of pages
...except that the droppable areas of the freshly updated treeview are not enabled anymore. They do work on other droppable parts. here''s the code that reload the treeview: *var* CPSPortletRefresher = Class.create(); CPSPortletRefresher.prototype = { initialize: *function*() { }, refreshPortletCompleted: *function*(originalRequest) { *// getting new positions from the server* result = originalRequest.responseText; *if* (result!='''') { $(this.last_portlet_id).innerHTML = result; *var* newdiv = document.createElement("div"); newdiv.innerHTM...