0
我對它很陌生,想知道以下內容。我想在/ n(xml)片段的對話框中有一個反饋/評級開放。對此,我想從這裏使用代碼:Consuming the Feedback Service Via a Browser
的問題是:(?其他的解決方案表示歡迎,JS/HTML片段)如何納入本(JavaScript)的代碼放到一個像這樣的XML片段:SAPUI5:xml片段中的javascript代碼
<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>
THX