Uiinfrastructure API Docs  
 

EditorDP.AddScriptToHead Method 

Add some JavaScript dynamically to this DP. This is a "one time" JavaScript. It will be deleted after it's printed out. For example, can be used to open another window.

public virtual void AddScriptToHead(
   HTMLScript _script
);

Parameters

_script
the script to add to the page

See Also

EditorDP Class | com.plumtree.uiinfrastructure.editor Namespace