Skip to Content
0
Former Member
Jun 20, 2014 at 05:36 AM

How to add sap.m library to desktop xml view

40 Views

Hello,

I my scenario , i have to use sap.m.sliptApp in my xml view.

can anyone help to include these library.

when i modified in XML view it is showing the error : " slipApp not found"

<core:View xmlns:core="sap.ui.core" xmlns:mvc="sap.ui.core.mvc"

xmlns="sap.m" controllerName="Page_Components.Page_Views.App"

xmlns:html="http://www.w3.org/1999/xhtml">

<SplitApp defaultTransitionName="slide" id="SplitApp">

<masterPages id="masterPages">

<mvc:XMLView id="Master" viewName="Page_Components.Page_views.Master" />

</masterPages>

<detailPages id="detailPages">

<mvc:XMLView id="EmptyView" viewName="Page_Components.Page_views.Empty" />

</detailPages>

</SplitApp>

</core:View>

this is desktop application , but i want add this SlipApp .

Help me

Regards,

Devaraj