Constructor
new AccordionItemView()
- Since:
- Source:
Extends
Members
className
- Source:
dropdownIconTemplate :string
An HTML string to use for an icon indicating that the accordion item is
collapsible.
Type:
- Source:
tagName
- Source:
type
- Source:
Methods
initialize()
- Source:
render()
- Source:
updateContent(content, clearopt)
Change the content of the accordion item.
Parameters:
Name |
Type |
Attributes |
Description |
content |
string
|
HTMLElement
|
Backbone.View
|
|
The content to
display. |
clear |
boolean
|
<optional>
|
Whether to clear the existing content. |
- Source: