History: PluginButton
Source of version: 12
Copy to clipboard
! Plugin Button This ((wiki plugin)) allows links to easily be shown as buttons, while allowing ((Wiki Argument Variables)) (e.g. ~np~{{itemId}}~/np~) to be used without the need of an admin to re-validate the plugin call each time (as it has to be done if you use for such task the generic PluginSmarty, each time a new itemId is passed in the url to the wiki page containing the plugin). 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. {maketoc} !! Parameters {pluginmanager plugin="button"} !! Example !!! Use a url parameter, icon and danger type ''This code:'' {CODE(colors="tiki")} {button href="Home?itemId={{itemId}}" _text="Go there" _type="danger" _icon_name="wrench"} {CODE} ''Would produce on this site:'' A button with the "Go there" as label, and the wiki argument variable ~np~{{itemId}}~/np~ replaced by the itemId passed in the url of the page where this plugin button is located: {button href="Home?itemId={{itemId}}" _text="Go there" _type="danger" _icon_name="wrench"} !!! Link to a pop-up ''This code:'' {CODE(colors="tiki")} {button href="HomePage" _rel="box" _text="Go there"} {CODE} ''Will create a button that opens the HomePage in a colorbox'': {button href="HomePage" _rel="box" _text="Go there"} !! Related pages * ((PluginSmarty)) * ((PrettyTrackers))