Reference Source
public class | source

Page

Constructor Summary

Public Constructor
public

constructor(): nothing

Create a Page instance.

Member Summary

Public Members
public
public
public
public
public
public

Method Summary

Public Methods
public

render_html(arg_html: *)

Render a page.

public

render_html_with_vdom(arg_html: *)

Render a page.

Public Constructors

public constructor(): nothing source

Create a Page instance.

Return:

nothing

Public Members

public target_elem_body: * source

public target_elem_head: * source

public target_node_body: * source

public target_node_head: * source

public target_tree_body: * source

public target_tree_head: * source

Public Methods

public render_html(arg_html: *) source

Render a page.

Params:

NameTypeAttributeDescription
arg_html *

public render_html_with_vdom(arg_html: *) source

Render a page.

Params:

NameTypeAttributeDescription
arg_html *