简体   繁体   English

ui5 App的自定义图块和启动板

[英]Custom tiles and Launchpad for ui5 App

I have build some ui5 apps with WEB IDE, now i want to add them to a fiori like lauchpad. 我已经使用WEB IDE构建了一些ui5应用程序,现在我想将它们添加到诸如lauchpad之类的fiori中。 My question is, is there some kind of open source opensap Launchpad available? 我的问题是,是否有某种可用的开源opensap Launchpad可用? I would like to be able to build one of my own with Tiles and Conainers how can I display the apps and custom a Theme? 我希望能够使用Tiles和Conainers构建自己的应用程序,如何显示应用程序和自定义主题?

I would like to hear some suggestion 我想听听一些建议

There is no OpenUI5 launchpad available, basically because this would require a backend to serve the tiles assigned etc. 没有可用的OpenUI5启动板,基本上是因为这需要后端来服务分配的图块等。

But you can build your own using Tile control . 但是您可以使用Tile控件构建自己的控件

也许您正在寻找Tile Container

Tanks, I have tried it with the tile control, but the navigation does not work (CrossApplicationNavigation). 坦克,我已经尝试过使用平铺控件,但是导航无法正常工作(CrossApplicationNavigation)。 Maybe only in a Fiori Launchpad? 也许只在Fiori Launchpad中? I have two applications in two separate project folders, also I want to display the apps view when clicked on a tile. 我在两个单独的项目文件夹中有两个应用程序,我也想在单击图块时显示应用程序视图。 Is there an easy way to make this hapend? 有一种简单的方法可以使这种机会发生吗? var oCrossAppNavigator = sap.ushell.Container.getService("CrossApplicationNavigation"); oCrossAppNavigator.toExternal({ target: { semanticObject : "Products", action: "display"} });

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM