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

Re: onBefore/AfterRendering in combobox.

$
0
0

hi Supriya

 

Move the onAfterRendering method out like this.

 

combo.onAfterRendering: function() {

  if (sap.ui.commons.ComboBox.prototype.onAfterRendering) {

       // have to call control's onAfterRendering method if there is one.

      sap.ui.commons.ComboBox.prototype.onAfterRendering.apply(this);

  }

  console.log('onBeforeRendering:: function()');

};

 

-D


Viewing all articles
Browse latest Browse all 8695

Trending Articles



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