| Overview | Module | Function | Class | I*Tea 3.6.8 Reference Documentation© 2013 PDM&FC |
HtmlP
HtmlP -> HtmlContainer
This container widget corresponds to a paragraph block. It supports the following attributes:
|
|
HtmlP constructor
Initializes the object.
HtmlP get attribName
Fetches the value of an attribute.
attribName attribute.
attribName argument must be one of the supported
attributes.
HtmlP 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.
HtmlP 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} |