DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:select

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
plugin:select [2007-11-18 02:20] iobatayaplugin:select [2020-02-18 19:34] (current) Aleksandr
Line 1: Line 1:
 +====== Select Plugin ======
  
 +---- plugin ----
 +description: Create pull-down menu that navigates users to the selected link
 +author     : Ikuo Obataya
 +email      : I.Obataya@gmail.com
 +type       : syntax
 +lastupdate : 2019-11-30
 +compatible : 2018-04-22
 +depends    : 
 +conflicts 
 +similar    : 
 +tags       : links, menu
 +
 +downloadurl: https://github.com/iobataya/dokuwiki-plugin-select/archive/master.zip
 +bugtracker : https://github.com/iobataya/dokuwiki-plugin-select/issues
 +sourcerepo : https://github.com/iobataya/dokuwiki-plugin-select
 +donationurl: 
 +
 +screenshot_img:
 +----
 +
 +===== 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.
 +
 +<code>
 +<select Example>
 +wiki:plugins|Plugin Top
 +plugin:select|Select plugin
 +</select>
 +</code>
 +
 +{{https://dokuwiki.edu-wiki.org/_media/computer/select_menu.png}}
 +
 +HTML output produced by the code above is like this. 
 +
 +<code html>
 +<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>
 +</code>
 +
 +===== 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 <del><nowiki>[[http://wiki.symplus.co.jp/doku.php/computer/fr/select_plugin|Simplus]]</nowiki></del>?
 +
 +If you don't mind, could you register our Dokuwiki system ?
 +Then, you can edit the page.\\ 
 +<del><nowiki>[[http://wiki.symplus.co.jp/doku.php?id=computer:fr:select_plugin&do=register&lng=fr|Register in French]]</nowiki></del>\\ 
 +<del><nowiki>[[http://wiki.symplus.co.jp/doku.php?id=computer:de:select_plugin&do=register&lng=de|Register in German]]</nowiki></del>\\ 
 +Thanks!
 +- I.Obataya
 +
 +Web server moved. Links above are not available.
 +Please go to the new page: <del><nowiki>[[http://symplus.edu-wiki.org/en/select_plugin|select plugin]]</del></nowiki>
 + --- [[user>iobataya]] //2010/12/12 01:33//
 +
 +
 +Current link: [[https://dokuwiki.edu-wiki.org/select_plugin]]
 + --- [[user>iobataya|iobataya]] //2019-11-30 13:41//

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