Table of Contents

select plugin

select plugin by Ikuo Obataya
Create pull-down menu that navigates users to the selected link.

Last updated on 2008-10-11. Provides Syntax.
Compatible with DokuWiki 2007-11-26b or later (2006-11-06 with some modification).

Tagged with link, menu.

The following security issue was reported for this plugin:

XSS vulnerability allows arbitrary JavaScript insertion. Author informed on 2008-10-10.

It is not recommended to use this plugin until this issue was fixed. Plugin authors should read the plugin security guidelines.

Details and download select plugin

Summary

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

correction for your language would be appreciated:!:

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

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