loadModule
Defines the method used to load a remotely located text resource.
Syntax
expression.loadModule(url, callback);
expression
- A variable that represents a Plugin class.
Parameters
Name | Required/Optional | Data type | Default | Description |
---|---|---|---|---|
url | Required | string | The resource code URL. | |
callback | Required | function | The result that the method returns. |
Returns
This method doesn't return any data.