2015-07-03 70 views
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

回答

2

甲片段使用創建它的視圖的控制器。你可以把你的邏輯放在那裏。

所以,如果你有Home.view.xml創建一個Rating.fragment.xml,你可以使用Home.controller.js來添加片段邏輯。