appendTo property

HtmlElement appendTo

Instead of body, appends the calendar to the specified node instead.

Default: null

Implementation

external HtmlElement get appendTo;
void appendTo=(HtmlElement v)

Implementation

external set appendTo(HtmlElement v);