Renders the toolbar
Basic usage:
{{ html.toolbar }}
Usage with parameters:
{{ html.toolbar(Button) }}
Parameters:
Button
(optional)
- (Default. – None)
- checkbox – (Checkbox)
- edit – (Edit)
- editmodal – (Edit Modal Form)
- refresh – (Refresh)
- delete – (Delete)
- publish – (Publish/Unpublish)
- gallery – (Image Gallery)
- filebox – (File Box)
- copy – (Copy)
- resetpassword – (Reset Password)
Example:
{{ html.toolbar("edit") }}
Leave a Reply
You must be logged in to post a comment.