append
Class: slreportgen.webview.WebViewDocument
Namespace: slreportgen.webview
Append content to a web view document
Syntax
append(wvdoc,content)
Description
append(
appends content to the web view document. You can append any type of content that can be
appended to an wvdoc,
content
)mlreportgen.dom.Document
object.
Input Arguments
Tips
Use this method to fill holes in a custom template that you create to be used with
slreportgen.webview.WebViewDocument
orslreportgen.webview.EmbeddedWebViewDocument
objects.To fill the
Content
hole defined by the default template specified by a class that you derive fromslreportgen.webview.EmbeddedWebViewDocument
class, define afillContent
method in your derived class and use this method in thefillContent
method to fill the hole with document content. Seefill
for more information.