Hi.
Is it possible to hide the HEADER totally? (4.29)
Release 4.29
Tried adding actionBar: false and heading: false.
HTML result:
It should be possible to add the 'hidden' property to header-actions?
Thanks
Solved! Go to Solution.
You'll also need to remove the docking button:
popup: {
dockOptions: {
buttonEnabled: false
},
visibleElements: {
closeButton: false,
heading: false,
actionBar: true,
collapseButton: false
}
}
See a sample here: https://codepen.io/ralucanicola/pen/RwdMbBR?editors=100
You'll also need to remove the docking button:
popup: {
dockOptions: {
buttonEnabled: false
},
visibleElements: {
closeButton: false,
heading: false,
actionBar: true,
collapseButton: false
}
}
See a sample here: https://codepen.io/ralucanicola/pen/RwdMbBR?editors=100
Thanks! This solves the issue perfectly, but it does have a problem in 4.28. Any clue when 4.29 would be officially released?
Version 4.29 just released today! https://developers.arcgis.com/javascript/latest/release-notes/
Thank you! BTW, do you know when approx. does ESRI usually provide download package after it is released?
The downloads are typically available about 3-4 weeks after the release date: https://developers.arcgis.com/javascript/latest/release-notes/#how-to-access-the-sdk
Got it, thank you