dojox/mobile/dh/HtmlContentHandler (version 1.10)

Summary

A HTML content handler.

This module is a content handler that creates a view from HTML data. If widgets used in the HTML data are not available, they are loaded automatically before instantiation.

Method Summary

  • parse(content,target,refNode) Parses the given data and creates a new view at the given position.

Methods

parse(content,target,refNode)

Parses the given data and creates a new view at the given position.

Parameter Type Description
content String

Content data for a new view.

target DomNode

A DOM node under which a new view is created.

refNode DomNode
Optional

An optional reference DOM node before which a new view is created.

Returns:undefined
Error in the documentation? Can’t find what you are looking for? Let us know!