b2evolution

Multilingual multiuser multiblog engine

b2evolution Technical Documentation (Version 2.4) [ class tree: admin-skin ] [ index: admin-skin ] [ all elements ]

Class: AdminUI

Source Location: /blogs/skins_adm/evo/_adminUI.class.php

Class AdminUI

Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From AdminUI_general

AdminUI_general::$coll_list_all_title
AdminUI_general::$coll_list_all_url
AdminUI_general::$coll_list_onclick
AdminUI_general::$coll_list_permlevel
AdminUI_general::$coll_list_permname
AdminUI_general::$coll_list_url_params
AdminUI_general::$path
AdminUI_general::$pathProps
AdminUI_general::$pathSeparator
AdminUI_general::$title
AdminUI_general::$title_titlearea
AdminUI_general::$title_titlearea_appendix
AdminUI_general::$_menus

Inherited From Widget

Widget::$global_icons
Widget::$params

Inherited From AdminUI_general

AdminUI_general::AdminUI_general()
Constructor.
AdminUI_general::add_menu_entries()
Add menu entries to the list of entries for a given path.
AdminUI_general::append_path_level()
Append a selected menu entry to the current path of selected entries.
AdminUI_general::append_to_titlearea()
Append a string at the end of the existing titlearea.
AdminUI_general::disp_body_top()
Dsiplay the top of the HTML <body>...
AdminUI_general::disp_global_footer()
Display body bottom, debug info and close </html>
AdminUI_general::disp_html_head()
Display doctype + <head>...</head> section
AdminUI_general::disp_payload_begin()
Display the start of a payload block
AdminUI_general::disp_payload_end()
Display the end of a payload block
AdminUI_general::disp_view()
Display a view
AdminUI_general::get_bloglist_buttons()
Returns list of buttons for available Collections (aka Blogs) to work on.
AdminUI_general::get_body_bottom()
Get the end of the HTML <body>. Close open divs, etc...
AdminUI_general::get_body_top()
Get the top of the HTML <body>.
AdminUI_general::get_color()
Get colors for page elements that can't be controlled by CSS (charts)
AdminUI_general::get_footer_contents()
Get the footer text
AdminUI_general::get_html_menu()
Get a menu, any level.
AdminUI_general::get_html_menu_entries()
Get the HTML for the menu entries of a specific path.
AdminUI_general::get_html_title()
Get the title for HTML <title> tag.
AdminUI_general::get_menu_entries()
Get menu entries for a given path.
AdminUI_general::get_node_by_path()
Get the reference of a node from the menu entries using a path.
AdminUI_general::get_page_head()
GLOBAL HEADER - APP TITLE, LOGOUT, ETC.
AdminUI_general::get_path()
Get a path key by numeric key. Starts with 0.
AdminUI_general::get_path_range()
Get tghe list of path keys in a given range.
AdminUI_general::get_properties_for_path()
Get a list of properties for a given path for a set of property names to check.
AdminUI_general::get_prop_for_node()
Get a property of a node, given by path.
AdminUI_general::get_prop_for_path()
Get a property for a specific path entry.
AdminUI_general::get_selected()
Get the key of a selected entry for a path.
AdminUI_general::get_template()
Get a template by name and depth.
AdminUI_general::get_title()
Get the <title> of the page.
AdminUI_general::get_title_for_titlearea()
Get the title for the titlearea (<h1>).
AdminUI_general::init_menus()
Init the menus.
AdminUI_general::init_templates()
This function should init the templates - like adding Javascript through the add_headline() method.
AdminUI_general::set_coll_list_params()
Set params for blog list.
AdminUI_general::set_path()
Set the full selected path.
AdminUI_general::set_path_level()
Set a specific path level (specific depth).
AdminUI_general::unshift_menu_entries()
Add menu entries to the beginning of the list for given path.

Inherited From Widget

Widget::Widget()
Constructor
Widget::disp_template_raw()
Display a template param without replacing variables
Widget::disp_template_replaced()
Display a template param with its variables replaced
Widget::gen_global_icons()
Generate img tags for registered icons, through global_icon().
Widget::global_icon()
Registers a global action icon
Widget::replace_callback()
Callback function used to replace only necessary values in template.
Widget::replace_callback_wrapper()
This is an additional wrapper to replace_vars() that allows to react on the return value of it.
Widget::replace_vars()
Replaces $vars$ with appropriate values.

[ 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 ]
Methods
disp_html_head  [line 48]

  void disp_html_head( )

Display doctype + <head>...</head> section



Redefinition of:
AdminUI_general::disp_html_head()
Display doctype + <head>...</head> section

[ Top ]
get_body_bottom  [line 99]

  string get_body_bottom( )

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]

  string get_body_top( )

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]

  void get_color( $what  )

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]

  string get_page_head( )

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]

  array get_template( string $name, [ $depth = 0]  )

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 ]

Documentation generated on Sat, 06 Mar 2010 03:26:31 +0100 by phpDocumentor 1.4.2. This site is hosted and maintained by Daniel HAHLER (Contact).