RegisterExternalScriptBlock(Type,String,String,Boolean) Method
In This Topic
Registers the external script block that is loaded by Spread after each Ajax call.
Syntax
'Declaration
Public Overloads Sub RegisterExternalScriptBlock( _
ByVal As Type, _
ByVal As String, _
ByVal As String, _
ByVal As Boolean _
)
'Usage
Dim instance As FpSpread
Dim type As Type
Dim key As String
Dim script As String
Dim isResource As Boolean
instance.RegisterExternalScriptBlock(type, key, script, isResource)
public void RegisterExternalScriptBlock(
Type ,
string ,
string ,
bool
)
Parameters
- type
- The type.
- key
- The key.
- script
- The script.
- isResource
- if set to
true
script is a client resource.
See Also