GoDiagram Web Reference
RenderScript Method

Produce client-side JavaScript helper function definitions, needed to handle user-input events.
Syntax
'Declaration
 
Protected Overridable Sub RenderScript() 
protected virtual void RenderScript()
Remarks
If ScriptFile is a non-empty string, that value is used as the SRC attribute value for an external <script>. Otherwise it produces inline definitions of the standard JavaScript functions that are needed. This calls Page.RegisterClientScriptBlock with a key of "Northwoods.GoWeb.functions", and does nothing if that script block is already registered. When ScriptFile is null, this method does nothing: if your page requires using JavaScript on the client, your ASPX page will need to include a <script> element referencing the appropriate code.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoView Class
GoView Members
Render Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback