rcube_html_pageClass for HTML page creation
Located in /rcube_html_page.php (line 27)
| Class | Description |
|---|---|
rcube_template
|
Class to create HTML page output using a skin template |
mixed
$base_path
= '' (line 44)
mixed
$body
= '' (line 43)
mixed
$charset
= RCMAIL_CHARSET (line 33)
mixed
$css_files
= array() (line 31)
mixed
$default_template
= "<html>\n<head><title></title></head>\n<body></body>\n</html>" (line 38)
mixed
$footer
= '' (line 42)
mixed
$header
= '' (line 41)
mixed
$link_css_file
= "<link rel=\"stylesheet\" type=\"text/css\" href=\"%s\" />\n" (line 37)
mixed
$scripts
= array() (line 32)
mixed
$scripts_path
= '' (line 29)
mixed
$script_files
= array() (line 30)
mixed
$script_tag
= "<script type=\"text/javascript\">\n/* <![CDATA[ */\n%s\n/* ]]> */\n</script>\n" (line 36)
mixed
$script_tag_file
= "<script type=\"text/javascript\" src=\"%s\"></script>\n" (line 35)
mixed
$title
= '' (line 40)
Constructor __construct (line 48)
Constructor
add_footer (line 116)
Add HTML code to the page footer To be added right befor </body>
add_header (line 105)
Add HTML code to the page header
add_script (line 81)
Add inline javascript code
get_charset (line 147)
Getter for output charset
include_css (line 95)
Link an external css file
include_script (line 56)
Link an external script file
reset (line 155)
Reset all saved properties
set_charset (line 137)
Setter for output charset.
To be specified in a meta tag and sent as http-header
set_title (line 126)
Setter for page title
write (line 171)
Process template and write to stdOut
Documentation generated on Tue, 04 Oct 2011 22:55:24 +0200 by phpDocumentor 1.4.3