This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

htmlText

Property of dom/Elementdom/Element

Syntax

var result = element.htmlText;
element.htmlText = value;

Notes

Remarks

This property corresponds to the fragment portion of the CF_HTML clipboard format. This feature might not be available on platforms other than Microsoft Win32 platforms.

Syntax

See also

Related pages

Attributions