new DetailsSummarizedContent(node)
The DetailsSummarizedContent object represents a single details element.
Parameters:
Name | Type | Description |
---|---|---|
node |
HTMLElement | A details element, the summary of which may have supplemental text. The supplemental text summarizes the details element's contents. |
Members
(static) instances :Array.<Drupal.DetailsSummarizedContent>
Holds references to instantiated DetailsSummarizedContent objects.
Type:
- Array.<Drupal.DetailsSummarizedContent>
Methods
onSummaryUpdated()
Update summary.
setupSummary()
Initialize and setup summary events and markup.