Class: AdminUI
Source Location: /blogs/skins_adm/evo/_adminUI.class.php
Class AdminUI
Class Overview
|
We'll use the default AdminUI templates etc. Located in /blogs/skins_adm/evo/_adminUI.class.php [line 42] Widget | --AdminUI_general | --AdminUI |
[ Top ]
Inherited Properties, Constants, and Methods
| Inherited Properties | Inherited Methods | Inherited Constants |
|---|---|---|
|
Inherited From AdminUI_general
Inherited From Widget |
Inherited From AdminUI_general
Inherited From Widget
|
[ Top ]
Method Summary
| void | disp_html_head() | Display doctype + <head>...</head> section |
| string | get_body_bottom() | Close open div(s). |
| string | get_body_top() | Get the top of the HTML <body>. |
| void | get_color() | Get colors for page elements that can't be controlled by CSS (charts) |
| string | get_page_head() | GLOBAL HEADER - APP TITLE, LOGOUT, ETC. |
| array | get_template() | Get a template by name and depth. |
[ Top ]
Properties
Methods
disp_html_head [line 48]
|
Display doctype + <head>...</head> section
Redefinition of:
- AdminUI_general::disp_html_head()
- Display doctype + <head>...</head> section
[ Top ]
get_body_bottom [line 99]
|
Close open div(s).
Redefinition of:
- AdminUI_general::get_body_bottom()
- Get the end of the HTML <body>. Close open divs, etc...
[ Top ]
get_body_top [line 62]
|
Get the top of the HTML <body>.
API Tags:
| Uses: | AdminUI::get_page_head() |
Redefinition of:
- AdminUI_general::get_body_top()
- Get the top of the HTML <body>.
[ Top ]
get_color [line 195]
|
Get colors for page elements that can't be controlled by CSS (charts)
Parameters:| $what: |
Redefinition of:
- AdminUI_general::get_color()
- Get colors for page elements that can't be controlled by CSS (charts)
[ Top ]
get_page_head [line 123]
|
GLOBAL HEADER - APP TITLE, LOGOUT, ETC.
API Tags:
| Usedby: | AdminUI::get_body_top() |
Redefinition of:
- AdminUI_general::get_page_head()
- GLOBAL HEADER - APP TITLE, LOGOUT, ETC.
[ Top ]
get_template [line 143]
|
Get a template by name and depth.
Parameters:| string | $name: | The template name ('main', 'sub'). |
| $depth: |
Redefinition of:
- AdminUI_general::get_template()
- Get a template by name and depth.
[ Top ]
