URL Property
Applies To: HTMLRenderer

Description

The URL property is a character vector that specifies the url of a resource to be requested by the HTMLRenderer. Its default value is an empty character vector.

Specifying URL is an alternative way to setting the HTML property in order to display content in the HTMLRenderer.

When you set the URL property, the HTMLRenderer will request the corresponding resource (from either the internet or the workspace via an HTTPRequest event) and the display will change according to the response. The HTML property is ignored and remains unchanged.

When you set the HTML property, the content of the HTMLRenderer will change accordingly. The current value of the URL property is ignored and remains unchanged.

If you set BOTH URL and HTML in the same statement, the value of URL takes precedence and the assignment to HTML is ignored (it remains unchanged).