| Jifty documentation | view source | Contained in the Jifty distribution. |
Jifty::View::Declare::Page - page wrappers
This library provides page wrappers
Sets up a new page class
Renders everything. This main driver of page rendering and called right after constructing page object.
Renders 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.
Renders $body_code inside a body tag
Renders the skeleton of the page
Returns a coderef that will make headers for each thing passed to it
Renders the in-page title
Renders the AdminMode alert (if AdminMode is on)
Renders the keybinding and PubSub javascript as well as the wait message
| Jifty documentation | view source | Contained in the Jifty distribution. |