haXe API Documentation
Back | Index
extern class js.html.QuoteElement
extends Element
Available in js
DOM quote objects expose the HTMLQuoteElement (or HTML 4 HTMLQuoteElement) interface, which provides special properties  (beyond the regular element object interface they also have available to them by inheritance) for manipulating quote elements.

Documentation for this class was provided by MDN.
var cite : String

Reflects the

cite HTML attribute, containing a URL for the source of the quotation.

Back | Index