Details
-
Type:
Task
-
Status:
Resolved
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 1.0
-
Fix Version/s: 1.0.1
-
Component/s: None
-
Labels:None
Description
The dialog already does this, but ensure all other components that update the innerHTML of an HTML element do the same.
Issue Links
| This issue is related to: | ||||
| GPUI-183 | DataTable: javascript within rendered row expansion needs to be eval()'ed |
|
|
|
Added GRAILSUI.util.replaceWithServerResponse(div, response) to be used whenever a div needs its contents replaced with server text. This sets the inner HTML as well as evaluating all scripts within it. This should be used from any component that does a partial page refresh.