Hi all
I am trying to add content in a Ui5 page which already has a Shell. However adding the content under the BODY tag as DIV Item does not seem to work
<body class="sapUiBody" role="application">
<div id="TreeContent"></div>
<div id="content"></div> ( this is where the shell comes)
</body>
I am trying to show a Tree control on the left side of the Shell. But the Shell seems to take the entire space. There should be a easy way to fix this.
Any help is much appreciated.
Thanks
Sandip