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

Re: Hardcoded drop down in OData Model binded app

$
0
0

onInit

var yourhardcodeddata=[{key:1,value:1}];

var yourjsonmodel=new JSONModel({"dd":yourhardcodeddata});

this.setModel(yourjsonmodel,"ViewModel");

 

 

 

in your view

<comm:DropdownBox tooltip="Year"

  selectedKey="{whereveryouwanttostoretheselection}" items="{path: '/dd',model:'ViewModel'}">

  <core:ListItem key="{ViewModel>key}" text="{ViewModel>value}"></core:ListItem>

  </comm:DropdownBox>


Viewing all articles
Browse latest Browse all 8944

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>