
Public Member Functions | |
| controlLayout (long long template_id, long long page_id, long long site_id) | |
| void | getMenus (long long page_id) |
| void | emit (cgiScript &script) |
Public Attributes | |
| string | csPath |
| cgiCookie | cookie |
| node_vector | nodes |
| page_menus | menus |
| long long | page_id |
| long long | site_id |
Definition at line 154 of file page_ui.cpp.
| controlLayout::controlLayout | ( | long long | template_id, | |
| long long | page_id, | |||
| long long | site_id | |||
| ) | [inline] |
Definition at line 164 of file page_ui.cpp.
References ocString::append(), openRS::close(), cookie, csPath, basicField::format(), cgiCookie::get(), openRS::getField(), cgiTemplates::getParagraph(), quickQuery::getRS(), cgiTemplates::load(), xmlParser::nodeList(), nodes, openRS::open(), ocGenericParser::parse(), and cgiCookie::setPath().
| void controlLayout::getMenus | ( | long long | page_id | ) | [inline] |
Definition at line 205 of file page_ui.cpp.
References ocString::append(), basicField::format(), openRS::getField(), quickQuery::getRS(), menus, openRS::next(), and openRS::open().
Referenced by emit().
| void controlLayout::emit | ( | cgiScript & | script | ) | [inline] |
Definition at line 222 of file page_ui.cpp.
References getMenus(), cgiBase::id, page_item_List::list_display(), list_base::loadListTemplates(), menus, nodes, page_id, ocString::parse(), and site_id.
Referenced by page_form::form_display().
| string controlLayout::csPath |
| long long controlLayout::page_id |
| long long controlLayout::site_id |
1.5.5