HTMLQuoteElement
Overview
The HTMLQuoteElement interface provides special properties and methods (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating quoting elements, like <blockquote> and <q>, but not the <cite> element.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
- Ancestry: EventTarget | Node | Element | HTMLElement | HTMLQuoteElement
Properties
cite
property cite: String read write;
String cite { get; set; }
var cite: String { get{} set{} }
String cite { __get; __set; }
Property cite() As String