Northwoods.GoWeb Assembly > Northwoods.GoWeb Namespace > GoView Class : RenderScript Method |
'Declaration Protected Overridable Sub RenderScript()
protected virtual void RenderScript()
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.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