| Overview | Module | Function | Class | I*Tea 3.6.8 Reference Documentation© 2013 PDM&FC |
HtmlSpan
HtmlSpan -> HtmlContainer
This container widget corresponds to a span of text block. A CSS class can be associated with that text block. It should only contain widgets that are not containers. It supports the following attributes:
|
|
HtmlSpan constructor
Initializes the object.
HtmlSpan constructor
Initializes the object.
HtmlSpan get attribName
Fetches the value of an attribute.
attribName attribute.
attribName argument must be one of the supported
attributes.
HtmlSpan 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.
HtmlSpan 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} |