![]() |
![]()
| ![]() |
![]()
NAMEJifty::View::Declare::Page - page wrappers DESCRIPTIONThis library provides page wrappers METHODSnewSets up a new page class renderRenders everything. This main driver of page rendering and called right after constructing page object. render_header $titleRenders an HTML5 "doctype", <head> and the first part of a page body. This bit isn't terribly well thought out and we're not happy with it. render_body $body_codeRenders $body_code inside a body tag render_pageRenders the skeleton of the page mk_title_handlerReturns a coderef that will make headers for each thing passed to it render_titleRenders the in-page title render_footerRenders the page footer and prepends the header to the Template::Declare buffer. render_pre_content_hookRenders the AdminMode alert (if AdminMode is on) render_jifty_page_detritusRenders the keybinding javascript as well as the wait message
|