Nice update!I couldn't help but wonder about couple of points in the contracts however. Any clarification on them is therefore greatly appreciated.Existing control DOM structure will not be removed from the DOM tree; therefore all custom events, incl...
Thanks for the response Roland,
It does work when I run the sample.
I compared the index.html files and found some differences - on my project the body looks like this:
<body class="sapUiBody">
<div id="busyIndicator">
<div>
...
if an element has an id attribute with the value busyIndicator, then this content will be hidden after the ui5 bootstrap code is finished and the app content is placed inside the body
Where can we find more info on this? This does not work out of the...
Execute this in the init method of the custom control. If you are not extending, replace this with the control reference. this.addEventDelegate({
onclick: () => {
this.open();
},
onkeydown: (...