Public Member Functions | |
| __construct () | |
| hideClaroBody () | |
| showClaroBody () | |
| popupMode () | |
| setContent ($content) | |
| appendContent ($str) | |
| clearContent () | |
| getContent () | |
| render () | |
Static Public Member Functions | |
| static | getInstance () |
Protected Attributes | |
| $content = '' | |
| $claroBodyHidden = false | |
| $inPopup = false | |
Static Protected Attributes | |
| static | $instance = false |
Definition at line 22 of file body.lib.php.
| __construct | ( | ) |
Definition at line 28 of file body.lib.php.
| appendContent | ( | $ | str | ) |
Append a string to the content of the page
| string | str |
Definition at line 70 of file body.lib.php.
| clearContent | ( | ) |
Clear the content of the paget
Definition at line 78 of file body.lib.php.
| getContent | ( | ) |
Return the content of the page
Definition at line 87 of file body.lib.php.
| static getInstance | ( | ) | [static] |
Definition at line 124 of file body.lib.php.
| hideClaroBody | ( | ) |
Hide the claroBody div in the body
Definition at line 36 of file body.lib.php.
| popupMode | ( | ) |
Show 'Close window' buttons
Definition at line 52 of file body.lib.php.
| render | ( | ) |
Render the page body
Reimplemented from PhpTemplate.
Definition at line 96 of file body.lib.php.
| setContent | ( | $ | content | ) |
| showClaroBody | ( | ) |
Display the claroBody div in the body
Definition at line 44 of file body.lib.php.
$claroBodyHidden = false [protected] |
Definition at line 25 of file body.lib.php.
$content = '' [protected] |
Definition at line 24 of file body.lib.php.
$inPopup = false [protected] |
Definition at line 26 of file body.lib.php.
$instance = false [static, protected] |
Definition at line 122 of file body.lib.php.
1.6.3