Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8533

Re: ComboBox Data Binding with XML

$
0
0

Hi Hans,

 

You have to bind the model to your ComboBox Items Aggregation. Please check line #8 for the change.

 

  1. <core:Viewxmlns:core="sap.ui.core"xmlns:mvc="sap.ui.core.mvc" 
  2.   xmlns="sap.m"controllerName="zui5_report_xml.Master"xmlns:form="sap.ui.layout.form" 
  3.   xmlns:html="http://www.w3.org/1999/xhtml"> 
  4.   <App> 
  5.   <Pagetitle="Example"> 
  6.   <form:SimpleForm> 
  7.   <Labeltext="Auto"/> 
  8.   <ComboBoxitems="{/items}"> 
  9.   <items> 
  10.   <core:Itemkey="{key}"text="{text}"/> 
  11.   </items> 
  12.   </ComboBox> 
  13.   </App> 
  14. </core:View> 

 

Regards,

Sai Vellanki.


Viewing all articles
Browse latest Browse all 8533

Trending Articles