| 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)