Open tryexceptpass opened 8 years ago
Create a Collapse object representing a div with collapse class set and an id.
Collapse
div
collapse
id
__init__ should take a Button or Anchor which is then modified to include the necessary data-toggle, data-target / href changes to support collapsing.
__init__
Button
Anchor
data-toggle
data-target
href
Create a
Collapse
object representing adiv
withcollapse
class set and anid
.__init__
should take aButton
orAnchor
which is then modified to include the necessarydata-toggle
,data-target
/href
changes to support collapsing.