简体   繁体   English

如何创建 SAP Fiori 自定义启动板?

[英]How to create a SAP Fiori Custom Launchpad?

I want to create a Fiori launchpad that is able to run Fiori applications that are not developed with stand alone option.我想创建一个能够运行不是使用stand alone选项开发的Fiori应用程序的 Fiori 启动板。 But I can not find any option inside of the WEB IDE for creating a Fiori launchpad application while as I understand SAP Fiori is a SAPUI5 application itself.但是我在 WEB IDE 中找不到任何用于创建 Fiori 启动板应用程序的选项,而据我所知, SAP Fiori本身就是一个 SAPUI5 应用程序。

Any document or link is appreciated.任何文件或链接表示赞赏。

A Fiori launchpad is basically a collection of tiles, so you want to try that route. Fiori 启动板基本上是一组图块,因此您想尝试该路线。

The most basic approach seems to be a tile-based Grid layout: https://sapui5.hana.ondemand.com/explored.html#/sample/sap.ui.layout.sample.GridTiles/preview最基本的方法似乎是基于图块的网格布局: https : //sapui5.hana.ondemand.com/explored.html#/sample/sap.ui.layout.sample.GridTiles/preview

Or you can use a sap.m.TileContainer with sap.m.StandardTiles: https://sapui5.hana.ondemand.com/explored.html#/sample/sap.m.sample.TileContainer/preview或者您可以将 sap.m.TileContainer 与 sap.m.StandardTiles 一起使用: https ://sapui5.hana.ondemand.com/explored.html#/sample/sap.m.sample.TileContainer/preview

Or you can use some sap.m.Panels.或者你可以使用一些 sap.m.Panels。 Give each panel a title and fill it with sap.m.GenericTiles and it should look very similar to an actual launchpad: https://sapui5.hana.ondemand.com/explored.html#/sample/sap.m.sample.GenericTileAsLaunchTile/preview给每个面板一个标题并用 sap.m.GenericTiles 填充它,它看起来应该与实际的启动板非常相似: https ://sapui5.hana.ondemand.com/explored.html#/sample/sap.m.sample 。 GenericTileAsLaunchTile/预览

The real launchpad is made of stuff from the sap.ushell.ui.launchpad namespace which is not very well documented, but you might want to re-engineer that as well.真正的启动板由sap.ushell.ui.launchpad命名空间中的内容组成,该命名空间没有很好的文档记录,但您可能也想对其进行重新设计。

I want to create a Fiori launchpad that is able to run Fiori applications that are not developed with stand alone option.我想创建一个Fiori启动板,该启动板能够运行使用stand alone选项开发的Fiori应用程序。 But I can not find any option inside of the WEB IDE for creating a Fiori launchpad application while as I understand SAP Fiori is a SAPUI5 application itself.但是我无法在WEB IDE内找到用于创建Fiori启动板应用程序的任何选项,而据我所知, SAP Fiori本身就是SAPUI5应用程序。

Any document or link is appreciated.任何文件或链接表示赞赏。

I want to create a Fiori launchpad that is able to run Fiori applications that are not developed with stand alone option.我想创建一个Fiori启动板,该启动板能够运行使用stand alone选项开发的Fiori应用程序。 But I can not find any option inside of the WEB IDE for creating a Fiori launchpad application while as I understand SAP Fiori is a SAPUI5 application itself.但是我无法在WEB IDE内找到用于创建Fiori启动板应用程序的任何选项,而据我所知, SAP Fiori本身就是SAPUI5应用程序。

Any document or link is appreciated.任何文件或链接表示赞赏。

I want to create a Fiori launchpad that is able to run Fiori applications that are not developed with stand alone option.我想创建一个Fiori启动板,该启动板能够运行使用stand alone选项开发的Fiori应用程序。 But I can not find any option inside of the WEB IDE for creating a Fiori launchpad application while as I understand SAP Fiori is a SAPUI5 application itself.但是我无法在WEB IDE内找到用于创建Fiori启动板应用程序的任何选项,而据我所知, SAP Fiori本身就是SAPUI5应用程序。

Any document or link is appreciated.任何文件或链接表示赞赏。

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

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