Show:

ia.HTMLContainer Class

Module: ia

A class for creating a container that can parse in html or load a html file.

Constructor

ia.HTMLContainer

(
  • id
)

Parameters:

  • id String

    The id of the HTMLContainer.

Item Index

Methods

Properties

Methods

setHtml

(
  • text
)

Sets the text or html file.

Parameters:

  • text String

    The text.

Properties

container

JQUERY Element

The container that holds the object.