haXe API Documentation
Back
|
Index
extern
class
js.html.DetailsElement
extends
Element
Available in js
The HTML
details
element (
<details>
) is used as a disclosure widget from which the user the retrieve additional information.
Documentation for this class was provided by
MDN
.
var
open :
Bool
This Boolean attribute indicates whether the details will be shown to the user on page load. If omitted the details will be hidden.
Back
|
Index