public class ScriptTagHandler extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ScriptTagHandler.ScriptLoadCallback |
| Constructor and Description |
|---|
ScriptTagHandler() |
| Modifier and Type | Method and Description |
|---|---|
static void |
evaluateScripts(com.google.gwt.dom.client.Element element,
ScriptTagHandler.ScriptLoadCallback callback)
Evaluates any script inserted on the given element using element.innerHTML.
|
public static void evaluateScripts(com.google.gwt.dom.client.Element element,
ScriptTagHandler.ScriptLoadCallback callback)
element - Copyright © 2015. All rights reserved.