IScriptManager Interface
Controls JavaScript integration for KioWare addins.
Properties
Type | Signature |
string |
GlobalCustomJavaScript
A block of custom JavaScript (without surrounding 'script' tags) that will be included on every page, in every browser, in every frame. |
string |
GlobalCustomInlineJavaScript
A block of custom JavaScript (without surrounding 'script' tags) that will be included on every page, in every browser, in every frame. |
string |
GlobalExecutedJavaScript
A block of custom JavaScript (without surrounding 'script' tags) that will be included on every page, in every browser, in every frame. |
Methods
Type | Signature |
bool |
RegisterJavaScriptInterface(object instance, string interfaceName = null)
Register an object instance as a JavaScript interface. |
bool |
RegisterJavaScriptInterface(Type type, string interfaceName = null)
Register a type as a JavaScript interface. |