Icon URL Property

property URL: String

Available In: Client Applications

Specifies the full URL for the script to be loaded dynamically. Whenever this property is changed, the existing script is removed from the global execution context and the new script is downloaded from the specified URL. Once the script has been downloaded and loaded, the OnLoad event will be triggered. If there was an error downloading the script, then the OnError event will be triggered.
Image