.
overview
features
samples
help & support
downloads
buy now

Support for all common HTML tags and attributes

The component includes support for all common HTML tags and attributes.

CSS support

You can use Flash supported css properties and link to an external style sheet from within the table.

Images/SWF/library objects inclusion

Images/SWF/library objects inclusion into table cells.

Full control through ActionScript

* ActionScript events available to check when the table is fully rendered and data sent/received to/from a server side script.

* After the table is rendered, access cells using ActionScript to update content and attributes, and to integrate your own custom actions like roll overs, drag&drop, tool tips.

Exchange content with a server

Send/receive tables to/from a server side script (eg: PHP,ASP,CFM).

Links to custom ActionScript functions

Links to custom ActionScript functions from within the table.

Built in Help Book

Built in Help Book that can be accessed via the Flash Help Panel.

Percentage or fixed widths/heights

You can set either percentage or fixed sizes for table and cells.

<table width="50%" height="200">
<td width="60" height="30%">

Alpha levels for borders and backgrounds

An alpha value can be set for borders and backgrounds.

<table width="300" border="4" borderalpha="25" bgalpha="75">
<td borderalpha="50" bgalpha="25">

Font embedding support

You can specify a custom library font for the table and/or individual cells using the cellfont attribute.

The cellfont attribute can have either css or fontLinkageID values.

<td cellfont="myfont">some text</td>, where "myfont" is the linked font in the library.

Or you can specify external style definitions using library fonts and use them within the table.

If you have the following style in your CSS file:

.text {
font-family: libfont;
color: #ff0000;
font-size: 10px;
font-weight: normal;
}

You can apply the style like in the following example:

<td width="105" cellfont="css"><span class="text">Use external CSS definitions and library fonts with advanced text rendering properties.</span></td>

Where libfont is the font symbol linkage id from the library.

You can additionally use the antialias, gridfit, sharpness and thickness attributes to achieve advanced text formatting results.

 
featured componentsfeatured components