diff --git a/docs/content/content-collapsible.html b/docs/content/content-collapsible.html index 09b21dcd..4fce248b 100755 --- a/docs/content/content-collapsible.html +++ b/docs/content/content-collapsible.html @@ -44,7 +44,7 @@ -

As the example notes, by default the content will be expanded. To collapse the content when the page loads, add the data-collapsed="true" attribute to the wrapper.

+

As the example notes, by default the content will be collapsed. To expand the content when the page loads, add the data-collapsed="false" attribute to the wrapper.

<div data-role="collapsible" data-collapsed="true"> @@ -53,9 +53,9 @@

This code will create a collapsible widget like this:

-
+

I'm a header

-

I'm the collapsible content. I'm hidden by default because I have the "collapsed" state; you need to expand the header to see me.

+

I'm the collapsible content. I'm expanded by default because I have the "collapsed" state set to false; you need to expand the header to see me.

Collapsible content is minimally styled — we add only a bit of margin between the bar and content, and the header adopts the default Theme styles of the container it sits within.

@@ -71,7 +71,7 @@

Section 2: Expanded on load

-

I'm open when the page loads because I don't have the data-collapsed="true" attribute on my container.

+

I'm closed when the page loads because I don't have the data-collapsed="false" attribute on my container.

I'm the collapsible content. I'm the collapsible content. I'm the collapsible content. I'm the collapsible content. I'm the collapsible content. I'm the collapsible content.