PluginNavix PluginNavix(
)
|
|
Action Plugin Main Function
array check_options(
array
$options,
$unknowns, array
$conf_options, array
$unknown
)
|
|
Check option validities and compatibilities
Parameters:
|
array |
$options: |
|
|
array |
$unknown: |
unknown options |
|
array |
$conf_options: |
|
|
|
$unknowns: |
|
Block Plugin Main Function
string display_navi(
array
$navipages, [string
$look = 'header'], [string
$border = 'off'], [bool
$printcss = false]
)
|
|
Display navigation
Parameters:
|
array |
$navipages: |
array($home, $up, $prev, $current, $next) |
|
string |
$look: |
Show DocBook 'footer' style or DocBook 'header' DocBook header Prev Home Next DocBook footer Prev Home Next
Up |
|
string |
$border: |
'off' or 'top' or 'bottom'. - 'off' shows no border.
- 'top' shows a border top.
- 'bottom' shows a border bottom.
|
|
bool |
$printcss: |
print css with html as style="" attributes. |
API Tags:
array get_navipages(
object
$pagelist, array
$options
)
|
|
Get pages used for Navi
Parameters:
|
object |
$pagelist: |
PluginSonotsPagelist object |
|
array |
$options: |
|
API Tags:
| Return: | array($home, $up, $prev, $current, $next) |
string pagelist(
array
$pages, array
$options, array
$argoptions
)
|
|
List pages
Parameters:
|
array |
$pages: |
|
|
array |
$options: |
|
|
array |
$argoptions: |
|
API Tags: