Public Member Functions | |
def | __init__ |
def | dispatch |
def | do_siblings |
Public Attributes | |
args | |
macro | |
media | |
pagename | |
print_mode | |
querystr | |
Static Public Attributes | |
string | PROJECTION = 'action=print&media=projection' |
Private Attributes | |
_ |
Dispatcher class implementing the navigation schemes.
Definition at line 24 of file PageNavi.py.
def macro::PageNavi::Navigation::__init__ | ( | self, | ||
macro, | ||||
args | ||||
) |
Prepare common values used during processing.
Definition at line 31 of file PageNavi.py.
def macro::PageNavi::Navigation::dispatch | ( | self | ) |
Return None if in plain print mode (no navigational elements in printouts), else the proper HTML code.
Definition at line 44 of file PageNavi.py.
def macro::PageNavi::Navigation::do_siblings | ( | self, | ||
parentPage, | ||||
root = None | ||||
) |
Navigate from a subpage to its siblings.
Definition at line 52 of file PageNavi.py.
macro::PageNavi::Navigation::_ [private] |
Definition at line 36 of file PageNavi.py.
Definition at line 35 of file PageNavi.py.
Definition at line 34 of file PageNavi.py.
Definition at line 41 of file PageNavi.py.
Definition at line 38 of file PageNavi.py.
Definition at line 39 of file PageNavi.py.
string macro::PageNavi::Navigation::PROJECTION = 'action=print&media=projection' [static] |
Definition at line 29 of file PageNavi.py.
Definition at line 42 of file PageNavi.py.