
Public Member Functions | |
| __construct ($html="", $type=self::HTML_PLAIN) | |
| Creates a new html container. | |
Static Public Member Functions | |
| static | parseTKHTML ($input) |
Protected Member Functions | |
| renderComponent ($class, $style, $events, $id) | |
Static Private Member Functions | |
| static | parseTag (&$xmlTree, $start, $ignoreTK=false) |
| static | parseTK (&$xmlTree, $start) |
TKXML is described elsewhere.
string: HTML or TKXML content int: either TKHTML::HTML_PLAIN or TKHTML::HTML_TK
Definition at line 14 of file TKHTML.php5.
| TKHTML::__construct | ( | $ | html = "", |
|
| $ | type = self::HTML_PLAIN | |||
| ) |
Creates a new html container.
| $html | [string]: HTML or TKXML for this object | |
| $type | [int]: either TKHTML::HTML_PLAIN for plain HTML or TKHTML::HTML_TK for TKXML |
Definition at line 23 of file TKHTML.php5.
References TKComponent::$html, TKComponent::addProperty(), and TKComponent::removeProperty().
| static TKHTML::parseTag | ( | &$ | xmlTree, | |
| $ | start, | |||
| $ | ignoreTK = false | |||
| ) | [static, private] |
| static TKHTML::parseTK | ( | &$ | xmlTree, | |
| $ | start | |||
| ) | [static, private] |
| static TKHTML::parseTKHTML | ( | $ | input | ) | [static] |
For internal use only.
Definition at line 138 of file TKHTML.php5.
Referenced by STransHTMLTK::translate().
| TKHTML::renderComponent | ( | $ | class, | |
| $ | style, | |||
| $ | events, | |||
| $ | id | |||
| ) | [protected] |
1.5.6