Hello
I put a text in the cornerHtml like that :
dp.cornerHtml = "something";
but when I export using dp.exportAs('png')
there's nothing in the corner
is there a way to put a text in this corner that will be included in the exported format ?
Thanks
Unfortunately, the corner export is not supported at the moment.
However, I'm checking if it is possible to add it - I'll keep you updated.
The corner content is now included in the exported image (since build 2021.4.5145).
By default, the corner will display the text specified using cornerText property: https://api.daypilot.org/daypilot-scheduler-cornertext/
You can also customize the content during export using the new onBeforeCornerExport event: https://api.daypilot.org/daypilot-scheduler-onbeforecornerexport/
Thank you !