| Overview | Module | Function | Class | I*Tea 3.6.8 Reference Documentation© 2013 PDM&FC |
HtmlDiv
HtmlDiv -> HtmlContainer
This container widget corresponds to a paragraph like block. It supports the following attributes:
|
|
HtmlDiv constructor
Initializes the object.
HtmlDiv get attribName
Fetches the value of an attribute.
attribName attribute.
attribName argument must be one of the supported
attributes.
HtmlDiv init attribList
Initializes the values of a set of attributes.
set and
get methods.
The attribList argument contains the attributes
names and values. It is a list where each
element specifies an attribute. Each element
is a two element list: a symbol identifying the attribute and
its new value.
HtmlDiv set attribName attribValue
Changes the values of one of the widget attributes.
attribName argument must be the same as one of the
symbols passed to the init method, otherwise a
runtime error will occur.
| Overview | Module | Function | Class | ${tea.teadoc.header} |