Quantcast
Channel: SCN : All Content - All Communities
Viewing all articles
Browse latest Browse all 8914

Can anyone just give me an idea ,like how the equivalent of this xml view may look or can be written in js view??

$
0
0

This is an example of splitcontainer demo from UI5 SDK(SAPUI5 Explored)! Where in i want to change my xml view to equivalent js view..plz help !

<mvc:View
  controllerName="sap.ui.unified.sample.SplitContainer.Controller"
  xmlns:u="sap.ui.unified"
  xmlns:mvc="sap.ui.core.mvc"
  xmlns="sap.m"
  class="fullHeight">
  <u:SplitContainer
  id="mySplitContainer"
  showSecondaryContent="true">
  <u:secondaryContent>
  <Text text="Hello World!" />
  </u:secondaryContent>
  <u:content>
  <Button text ="Toggle Secondary Content" press="handleToggleSecondaryContent" />
  <Button text="Switch SplitContainer Orientation" press="handleSwitchOrientation"/>
  </u:content>
  </u:SplitContainer>
</mvc:View>


Viewing all articles
Browse latest Browse all 8914

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>