<div class="block">
<div class="ui-bar-c ui-li-divider ui-corner-top">Block 1</div>
<div class="ui-fixed ui-body-a ui-corner-bottom">
<p>This is a static block</p>
</div>
</div>
This is a static block
<div class="block">
<div class="set-1" data-role="collapsible-set" data-theme="c" data-content-theme="a" data-mini="true">
<div data-role="collapsible" data-collapsed="false">
<h3>{{ lib.supersize('') }}Block 2</h3>
<p>This is a collapsible block which can be supersized clicking the arrow in the top right corner. <br><br>
Vertical scroll position will go to the top in supersize mode and back to the previous position when returning to normal size. </p>
</div>
</div>
</div>
<div class="block">
<div class="set-2" data-role="collapsible-set" data-theme="c" data-content-theme="a" data-mini="true">
<div data-role="collapsible" data-collapsed="false">
<h3>Section 1</h3>
<p>Set of two collapsible blocks with one being collapsed</p>
</div>
<div data-role="collapsible">
<h3>Section 2</h3>
<p>Collapsed by default if 'data-collapsed="false"' is omitted</p>
</div>
</div>
</div>
Set of two blocks with one being collapsed
Collapsed by default if 'data-collapsed="false" ' is omitted
A set of 3 collapsible blocks
The description 'style="width:100%" ' has been added to the <div class="block"> statement
in order to make the block use the whole available width of the screen.
Content 2
Content 3
<div class="block">
<div class="ui-bar-c ui-li-divider ui-corner-top">Height 250px</div>
<div class="ui-fixed ui-body-a ui-corner-bottom" style="height:250px">
A box with hight 250px
</div>
</div>