History: PluginButton
Source of version: 2
Copy to clipboard
! PluginButton In tiki since ((Tiki6)).1, it allows showing links as buttons easily, while allowing to have ((Wiki Argument Variables)) (e.g. ~np~{{itemId}}~/np~) 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., adn showing those links as buttons. Example: {CODE()} {BUTTON(href="Home&itemId={{itemId}}",_text="Go there")}{BUTTON} {CODE} Will produce 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")}{BUTTON} -=Related=- * ((PluginSmarty)) * ((PrettyTrackers))