diff --git a/docs/content/content-collapsible.html b/docs/content/content-collapsible.html index 40dabef3..2e6496ba 100755 --- a/docs/content/content-collapsible.html +++ b/docs/content/content-collapsible.html @@ -39,16 +39,16 @@ -
As the example notes, by default the content will be expanded. To collapse the content when the page loads, add the data-state="collapsed" attribute to the wrapper.
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.
- <div data-role="collapsible" data-state="collapsed">
+ <div data-role="collapsible" data-collapsed="true">
This code will create a collapsible widget like this:
-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.
This page has 4 collapsible containers with different types of content inside.
-I'm closed when the page loads because I have the data-state="collapsed" attribute on my container.
I'm closed when the page loads because I have the data-collapsed="true" 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. I'm the collapsible content.
I'm open when the page loads because I don't have the data-state="collapsed" attribute on my container.
I'm open when the page loads because I don't have the data-collapsed="true" 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.