This operation sets the specified content defined by the value assigned to the template property
to the given selected element.
When the insertionType is set to overwrite the contents of the selected element are replaced
by the given template.
When set to append the new content will be inserted after the current content.
When set to prepend the new content will be inserted before the current content.
This operation sets the specified content defined by the value assigned to the template property to the given selected element.
When the
insertionType
is set tooverwrite
the contents of the selected element are replaced by the given template. When set toappend
the new content will be inserted after the current content. When set toprepend
the new content will be inserted before the current content.