Procedural File: function.selector_module.php
Source Location: /system/pnRender/plugins/function.selector_module.php
Page Details:
Zikula Application Framework
Tags:
smarty_function_selector_module [line 27]
void smarty_function_selector_module(
name $params, selectedValue &$smarty, defaultValue 2, defaultText 3, includeAll 4, allText 5)
|
|
v4b_selector_module: generate a PN Module selector
Tags:
Parameters
| defaultValue |
2 |
The default value (only used if no selectedValue is supplied) |
| defaultText |
3 |
Text to go with the default value |
| includeAll |
4 |
Wether or not to include an 'All' selector |
| allText |
5 |
Text to go with the 'All' select value |
| name |
$params |
The name of the selector tag |
| selectedValue |
&$smarty |
The currently selected value |
|
|