org.cruxframework.crux.core.client.utils
Class ScriptTagHandler

java.lang.Object
  extended by org.cruxframework.crux.core.client.utils.ScriptTagHandler

public class ScriptTagHandler
extends Object

Author:
Thiago da Rosa de Bustamante

Nested Class Summary
static interface ScriptTagHandler.ScriptLoadCallback
           
 
Constructor Summary
ScriptTagHandler()
           
 
Method Summary
static void evaluateScripts(com.google.gwt.dom.client.Element element, ScriptTagHandler.ScriptLoadCallback callback)
          Evaluates any script inserted on the given element using element.innerHTML.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptTagHandler

public ScriptTagHandler()
Method Detail

evaluateScripts

public static void evaluateScripts(com.google.gwt.dom.client.Element element,
                                   ScriptTagHandler.ScriptLoadCallback callback)
Evaluates any script inserted on the given element using element.innerHTML.

Parameters:
element -


Copyright © 2014. All rights reserved.