Todo List
We define a special template for the main menu.
Located in /qp_view_admin/earth/_adminUI.class.php [line 44]
Widget | --Menu | --AdminUI_general | --AdminUI
Methods
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
Inherited From Menu
Menu::$_menus
Inherited From Widget
Widget::$global_icons Widget::$params
AdminUI_general::AdminUI_general() Constructor. 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_title() Get the title for HTML <title> tag. 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 the 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_template() Get a template by name. 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.
Menu::add_menu_entries() Add menu entries to the list of entries for a given path. Menu::get_html_menu() Get the HTML for the menu entries of a specific path. Menu::get_menu_entries() Get menu entries for a given path. Menu::get_node_by_path() Get the reference of a node from the menu entries using a path. Menu::get_selected() Get the key of a selected entry for a path. Menu::get_template() Get a template by name.
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.
string get_body_bottom( )
Get the end of the HTML <body>. Close open divs, etc...
string get_body_top( )
void get_footer_contents( )
Get the footer text
string get_page_head( )
GLOBAL HEADER - APP TITLE, LOGOUT, ETC.
void init_templates( )
This function should init the templates - like adding Javascript through the add_headline() method.