DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:select

Select Plugin

Compatible with DokuWiki

2018-04-22

plugin Create pull-down menu that navigates users to the selected link

Last updated on
2019-11-30
Provides
Syntax
Repository
Source

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Tagged with links, menu

Summary

This DokuWiki plugin creates a pull-down menu that navigates users to either internal or external links.

Example

Using 'select' tag and describe a link per a line.

<select Example>
wiki:plugins|Plugin Top
plugin:select|Select plugin
</select>

HTML output produced by the code above is like this.

<form class="select_plugin"><select onChange="location.href = this.options[this.selectedIndex].value">
<option selected>example</option>
<option value="http://www.dokuwiki.org/wiki:plugins">Plugin Top</option>
<option value="http://www.dokuwiki.org/plugin:select">Select plugin</option>
</select></form>

History

  • 2019.11.30 bug fix to work in Greebo
  • 2013.2.17 Repository moved to GitHub
  • 2010.12.13 Web server moved.
  • 2008 10.11
    • Vulnerability for XSS was fixed
    • ODT export supported
  • 2008.2.6 Creation of interwiki links enabled. (2007-06-26b or later required)
  • 2007.10.16 bug fix of an inappropriate linking depends of ‘userewrite’ parameter.

Discussion

:?: How to correct the French version at [[http://wiki.symplus.co.jp/doku.php/computer/fr/select_plugin|Simplus]]?

If you don't mind, could you register our Dokuwiki system ? Then, you can edit the page.
[[http://wiki.symplus.co.jp/doku.php?id=computer:fr:select_plugin&do=register&lng=fr|Register in French]]
[[http://wiki.symplus.co.jp/doku.php?id=computer:de:select_plugin&do=register&lng=de|Register in German]]
Thanks! - I.Obataya

Web server moved. Links above are not available. Please go to the new page: [[http://symplus.edu-wiki.org/en/select_plugin|select plugin]]</del> — iobataya 2010/12/12 01:33 Current link: https://dokuwiki.edu-wiki.org/select_pluginiobataya 2019-11-30 13:41

plugin/select.txt · Last modified: 2020-02-18 19:34 by Aleksandr

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki