collapsed Boolean(default: true)

If set to false the widget content will be expanded initially. The content of the widget is collapsed by default.

    <div id="home" data-role="view">
        <div id="collapsible" data-role="collapsible" data-collapsed="false">
            <h2>Header</h2>
            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus sed purus sed orci aliquet dapibus.</p>
        </div>
    </div>


    <script>
    var app = new kendo.mobile.Application();
    </script>

    <!-- <script src="../src/kendo.mobile.application.js"></script> -->
In this article