Example: Header Group Keep Open
The normal Group option allow it to close and open every element, but with the EliseBox_groupKeepOpen option you can force ByRei EliseBox to keep at last one Element open.
Take a look at the following example, it is not possible to close all Objects at the same time.
Live Example
Header: 1
This is the Content from "Header: 1", you can only open one header at once.
But you can close all header at the same time.
Simple select another header to close this header and open the other header.
Header: 2
This is the Content from "Header: 2", you can only open one header at once.
But you can close all header at the same time.
Simple select another header to close this header and open the other header.
Header: 3
This is the Content from "Header: 3", you can only open one header at once.
But you can close all header at the same time.
Simple select another header to close this header and open the other header.
Header: 4
This is the Content from "Header: 4", you can only open one header at once.
But you can close all header at the same time.
Simple select another header to close this header and open the other header.
HTML Code
...
<script type="text/javascript" src="byrei-elisebox_0.6.js"></script>
<script type="text/javascript">
if (typeof(ByRei_EliseBox) !== "undefined") {ByRei_EliseBox.config.path.img = '../images/';}
</script>
<h3 class="EliseBox_header-collapse EliseBox_group-1 EliseBox_groupKeepOpen"> Header: 1 </h3>
<p>
This is the Content from "Header: 1", you can only open one header at once.<br>
But you can close all header at the same time.<br>
Simple select another header to close this header and open the other header.<br>
</p>
<h3 class="EliseBox_header-expand EliseBox_group-1 EliseBox_groupKeepOpen"> Header: 2 </h3>
<p>
This is the Content from "Header: 2", you can only open one header at once.<br>
But you can close all header at the same time.<br>
Simple select another header to close this header and open the other header.<br>
</p>
<h3 class="EliseBox_header-expand EliseBox_group-1 EliseBox_groupKeepOpen"> Header: 3 </h3>
<p>
This is the Content from "Header: 3", you can only open one header at once.<br>
But you can close all header at the same time.<br>
Simple select another header to close this header and open the other header.<br>
</p>
<h3 class="EliseBox_header-expand EliseBox_group-1 EliseBox_groupKeepOpen"> Header: 4 </h3>
<p>
This is the Content from "Header: 4", you can only open one header at once.<br>
But you can close all header at the same time.<br>
Simple select another header to close this header and open the other header.<br>
</p>
...