DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:select

This is an old revision of the document!


select plugin

Compatible with DokuWiki

2007-11-26b or later (2006-11-06 with some modification)

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

Last updated on
2008-10-11
Provides
Syntax

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

Tagged with link, menu

Details and download select plugin

Summary

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

Details and demo

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

plugin/select.1292113956.txt.gz · Last modified: by iobataya

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