Search code examples
sapui5jquery-ui-accordion

create accordian UI in sapui5


I have to create accordian UI in sapui5. How can I create accordion type list in sapui5? e.g.

<http://codepen.io/css-tricks/full/LufJE>

<http://jqueryui.com/accordion/>

Solution

    1. You can use Panel control in the following link.

    https://openui5.hana.ondemand.com/explored.html#/sample/sap.m.sample.PanelExpanded/preview

    1. Try HTML5 Detail/Summary if it fits your needs (you can embed HTML in your XML views)

    2. You can just use jQuery toggle function to toggle the Divs.