2.177 .html

Defines the HTML code to be displayed.

Definition

  • Data type

    string

  • Access

    get, set

  • changed event

    yes

This attribute defines the content of the web pages as an HTML string. This content is displayed when the dmw_webview object is visible and the .url attribute contains an empty string. Setting this attribute on a visible object will delete the .url attribute.

This attribute is only evaluated if .url contains an empty string. There is no direct access to the HTML content of a web page loaded via URL.

Changing the value of the .html attribute on the visible object also constitutes an asynchronous loading process (processing of the HTML content) and therefore triggers start and finish events.

See also

Attribute .url

Object dmw_webview