psf
|
Represent a single Html page. More...
Public Member Functions | |
__construct ($_parent=NULL) | |
SetProperty ($name, $value) | |
GetProperty ($name) | |
ToCss ($n=0) | |
![]() | |
AutoInit ($element) | |
This is just a skeleton function that can be overriden in order to auto-initialize style for certain elements some PSF classes will call this function when the element is used, so that you can generate style only when this element is present somewhere in body of page, this saves web browser some parsing and few bytes of CSS. | |
FetchCss ($n) | |
ToCss ($n=0) | |
![]() | |
__construct ($_parent=NULL) | |
SetParent ($_parent) | |
GetParent ($_parent) | |
AddChild ($_child) | |
Protected Member Functions | |
Load () | |
![]() | |
Load () | |
Additional Inherited Members | |
![]() | |
$items = array() | |
$BackgroundColor = NULL | |
![]() | |
$Parent = NULL | |
Represent a single Html page.
Definition at line 23 of file inline.php.