Description Objects from the Class Slots Extends Methods Author(s) See Also
A class for displaying signed numerical data with different styles depending on the sign.
Objects are generally created by the aafTable
constructor. Objects can also be created manually by calls of the
form new("aafSigned", signedval)
.
.Data
:Object of class numeric
Class numeric
, from data part.
(aafSigned): Returns an HTML table cell with class
differentially set based on sign. aafSignedPos
is
used for positive values. aafSignedNeg
is used for
negative values. aafSignedZero
is used for zero values.
(aafSigned): Returns two lines of CSS that set the cell background of positive values light blue and negative values light red.
See generic implementations of getText
,
getURL
, and getHTML
.
Colin A. Smith, annaffy@colinsmith.org
aafTable
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.