This is an old revision of the document!
Table of Contents
select plugin
Compatible with DokuWiki
2007-11-26b or later (2006-11-06 with some modification)
The missing download url means that this extension cannot be installed via the Extension Manager. Please see Publishing a Plugin on dokuwiki.org. Recommended are public repository hosts like GitHub, GitLab or Bitbucket.
This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.
Similar to combonav
| Details and download | select plugin |
|---|
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. See actual functionality at the plugin page.
<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
- 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 Simplus?
If you don't mind, could you register our Dokuwiki system ?
Then, you can edit the page.
Register in French
Register in German
Thanks!
- I.Obataya

