inset Boolean(default: "false")

Forces inset appearance - the collapsible panel is padded from the View and receives rounded corners.

    <div id="home" data-role="view">
        <div id="collapsible" data-role="collapsible" data-inset="true">
            <h2>Header</h2>
            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
        </div>
    </div>


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