| Package | org.springextensions.actionscript.utils |
| Class | public class HtmlUtils |
Author: Kristof Neirynck
Version: $Revision: 21 $, $Date: 2008-11-01 22:58:42 +0100 (za, 01 nov 2008) $, $Author: dmurat $
Since: 0.1
| Method | Defined by | ||
|---|---|---|---|
|
parseTables(html:String):String
[static]
parseTables
Parses tables with the Parse class and outputs String fit for use as htmlText. No support for nested tables. Ignores errors thrown by Parse. | HtmlUtils | ||
| Constant | Defined by | ||
|---|---|---|---|
| BR : String = "<BR>" [static] string used for newline (<BR> or \n work best)
| HtmlUtils | ||
| TAB : String = "<TAB>" [static] string used for tab (<TAB> or \t work best)
| HtmlUtils | ||
| parseTables | () | method |
public static function parseTables(html:String):String
parseTables
Parses tables with the Parse class and outputs String fit for use as htmlText.
No support for nested tables.
Ignores errors thrown by Parse.
html:String — String with <table> notation
|
String — String with <TEXTFORMAT> notation
|
| BR | constant |
public static const BR:String = "<BR>"string used for newline (<BR> or \n work best)
| TAB | constant |
public static const TAB:String = "<TAB>"string used for tab (<TAB> or \t work best)