Plugin Button | |
Use this wiki plugin, introduced in Tiki6.1, to show links as buttons, while allowing Wiki Argument Variables (e.g. This is specially useful in cases of custom workflows using trackers and wiki pages with tracker plugins to insert data, edit it afterwards, etc., and showing those links as buttons. Since Tiki18 it is possible to fully style your button using the parameter "none" for the type. The button plugin comes with default type ready to use and if not set the Since Tiki19 it is possible to display only an icon without label (text). See example below. |
Parameters | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Add a link formatted as a button Introduced in Tiki 6.1. Required parameters are in bold .Go to the source code Preferences required: wikiplugin_button
|
Example | |
Use a url parameter, icon and danger type | |
This code: Copy to clipboard
Would produce on this site:
|
Link to a pop-up | |
This code: Copy to clipboard
Will create a button that opens the HomePage in a colorbox: |
Button bar without text | |
Since Tiki 19, this code: Copy to clipboard
|
Button that opens the href URL content in a modal with custom redirect once submitted | |
Since Tiki 20.2, this code: Copy to clipboard
Will load the href URL in a modal, and redirect to the URL given in the data attribute once the form (if any) within the modal is submitted. |
Create a button with your own color (style) | |
Setting parameter type to none allow full customization using your own style for a button. (it remove default btn-xxx style)
Copy to clipboard
Will display this (a button without any style)
|
Test | |
Copy to clipboard
|
Related pages | |