Quantcast
Channel: SCN : All Content - SAPUI5 Developer Center
Viewing all articles
Browse latest Browse all 6178

When i press tab button ,control will go to collapse icon of the panel,but it wont go to TextField of the panel..How to do it..

$
0
0

var somePanel = new sap.ui.commons.Panel({

             id:"somePanel",

             text:"Panel",

             showCollapseIcon:true

 

        });

somePanel.addDelegate({

            onAfterRendering: function() {

                $("#somePanel").attr("tabindex", -1);

            }

        });

but I need Collapse Icon also


Viewing all articles
Browse latest Browse all 6178

Trending Articles



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