exportAs exports the html attribute instead of name.
Asked by Mikael
8 years ago.
8 years ago.
Is it possible to export the "name" attribute instead of "html" using the exportAs function.
Currently when I am exporting it show's the html rather than the "name" tag, which makes it kinda useless.
Currently I am saving as png and range ( dp.exportAs("png", {area: 'range'}).download(); )
DayPilot