Skip to content

Commit

Permalink
Add DynamicPage as Master View in FlexibleColumnLayout
Browse files Browse the repository at this point in the history
  • Loading branch information
d3xter666 committed Jun 8, 2017
1 parent ac3a3ce commit 7d15ed7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion webapp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

"sap.ui5": {
"rootView": {
"viewName": "ui5confUI5Conf.view.Master",
"viewName": "ui5confUI5Conf.view.App",
"type": "XML"
},
"dependencies": {
Expand Down
8 changes: 6 additions & 2 deletions webapp/view/App.view.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
<mvc:View controllerName="ui5confUI5Conf.controller.App"
xmlns:m="sap.m"
xmlns="sap.f"
xmlns:mvc="sap.ui.core.mvc"
displayBlock="true"
height="100%">

<m:Text text="Welcome to OpenUI5!"/>
<FlexibleColumnLayout id="fcl">
<beginColumnPages>
<mvc:XMLView id="beginView" viewName="ui5confUI5Conf.view.Master"/>
</beginColumnPages>
</FlexibleColumnLayout>
</mvc:View>

0 comments on commit 7d15ed7

Please sign in to comment.