gpt4 book ai didi

javascript - SAPUI5:xml 片段中的 javascript 代码

转载 作者:行者123 更新时间:2023-12-02 16:01:03 25 4
gpt4 key购买 nike

我对此很陌生,想了解以下内容。我希望在 a/n (xml) 片段的对话框中打开反馈/评级。为此,我想使用这里的代码:Consuming the Feedback Service Via a Browser
问题是:如何将此(javascript)代码合并到这样的 xml 片段中(欢迎其他解决方案,js/html 片段?):

<core:FragmentDefinition
xmlns="sap.m"
xmlns:core="sap.ui.core"
xmlns:app="http://schemas.sap.com/sapui5/extension/sap.ui.core.CustomData/1"
xmlns:html="http://www.w3.org/1999/xhtml">
<Dialog
title="Feedback"
class="sapUiPopupWithPadding" >
<content>
.....
</content>
<endButton>
<Button text="Cancel" app:dialogType="Std2" press="onDialogCloseButton" />
</endButton>

谢谢

最佳答案

片段使用创建它的 View 的 Controller 。您可以将逻辑放入其中的函数中。

因此,如果您有 Home.view.xml 创建了 Rating.fragment.xml,则可以使用 Home.controller.js 添加片段逻辑。

关于javascript - SAPUI5:xml 片段中的 javascript 代码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31200423/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com