Show:

ia.TextBox Class

Defined in: ia\ui\TextBox.js:1
Module: ia

A class for a text box.

Constructor

ia.TextBox

(
  • id
)

Defined in ia\ui\TextBox.js:1

Parameters:

  • id String

    The id of the text box.

Item Index

Methods

Properties

Methods

setHtml

(
  • text
)

Defined in ia\ui\TextBox.js:29

Sets the text or html file.

Parameters:

  • text String

    The text.

Properties

container

JQUERY Element

Defined in ia\ui\TextBox.js:21

The container that holds the object.