ez.no / exponential / documentation / reference / template functions / gui / tool_bar
{tool_bar name=$toolbar_name view=$view_mode [ parameter=$value [ ... ] ] }
| Name | Type | Description | Required |
|---|---|---|---|
| name | string | The name of toolbar | Yes. |
| view | string | The view mode to use | Yes. |
| other parameters | mixed | Parameters passed to tool template | No. |
The whole toolbar
Show toolbar. You must supply name and view parameters. The name parameter could be top, right, bottom or any toolbar name you have created. The view parameter, specifying which view mode to use, could be either line or full. Any other parameters, which are passed as template variables, are optional.
Show the top toolbar.
{tool_bar name=top view=line}
Log in or create a user account to comment.
Comments