@@ -23,16 +23,13 @@ <h1>Collapsible set</h1>
2323
2424 < div data-role ="content ">
2525 < button onclick ="openLP() "> Push Open Left</ button >
26- < button onclick ="closeLP() "> Push Close Left</ button >
2726 < button onclick ="openLO() "> Over Open Left</ button >
28- < button onclick ="closeLO() "> Over Close Left</ button >
2927 < button onclick ="openRP() "> Push Open Right</ button >
30- < button onclick ="closeRP() "> Push Close Right</ button >
3128 < button onclick ="openRO() "> Over Open Right</ button >
32- < button onclick ="closeRO() "> Over Close Right</ button >
3329
3430 < div id ="lp " data-role ="overflow " data-position ="left " data-behavior ="push ">
3531
32+ < button onclick ="closeLP() "> Push Close Left</ button >
3633 < div data-role ="collapsible " data-collapsed ="true " data-theme ="b " data-content-theme ="d ">
3734
3835 < h3 > More in this section</ h3 >
@@ -50,12 +47,15 @@ <h3>More in this section</h3>
5047 </ div >
5148 </ div >
5249 < div id ="lo " data-role ="overflow " data-position ="left " data-behavior ="over ">
50+ < button onclick ="closeLO() "> Over Close Left</ button >
5351 < img src ="http://lorempixel.com/400/200/ ">
5452 </ div >
5553 < div id ="rp " data-role ="overflow " data-position ="right " data-behavior ="push ">
54+ < button onclick ="closeRP() "> Push Close Right</ button >
5655 < img src ="http://lorempixel.com/400/200/ ">
5756 </ div >
5857 < div id ="ro " data-role ="overflow " data-position ="right " data-behavior ="over ">
58+ < button onclick ="closeRO() "> Over Close Right</ button >
5959 < img src ="http://lorempixel.com/400/200/ ">
6060 </ div >
6161
0 commit comments