NetView Attributes

Introduced

v5.0

View attributes for NetView. Some of these attributes are available for View.GetAttributeValue and View.SetAttributeValue but some are only available for View.SetAttributeValue. Check the third column in the table.

Note See ViewAttributes for a complete list of types of attributes that you can use when customizing your Relational Views.
Warning As of v6.0, you must explicitly specify the uniform resource identifier (URI) scheme (for example, http://, https://, etc.) as part of the web address you set with the url attribute.
Attribute Name Description Supports
url Sets a NetView view to a specific web address (uniform resource locator).
Note To set the URL without opening NetView, you can pass _url as the attribute name (the attribute name with the underscore prefixed).


See ViewCollection, View.SetAttributeValue, View.Move and View.Resize for an example using this attribute.

Possible Values:

Description:

<any valid url> The full location (including URI scheme) of the website you want the NetView view to open to by default
View.GetAttributeValue and View.SetAttributeValue.
refresh Causes the web page being viewed to be refreshed.

Possible Values:

Description:

<any value> This value is ignored
View.SetAttributeValue only.