All Projects → i-net-software → dokuwiki-plugin-popupviewer

i-net-software / dokuwiki-plugin-popupviewer

Licence: other
A DokuWiki plugin that allows for simple popups of images or even pages from the wiki.

Programming Languages

javascript
184084 projects - #8 most used programming language
PHP
23972 projects - #3 most used programming language
CSS
56736 projects

#DokuWiki PopUpViewer

A DokuWiki plugin that allows for simple popups of images or even pages from the wiki.

##Syntax

{{popup>%IMAGE/PAGE%?[%SIZE%]&[keepOpen]|[%TEXT/IMAGE%]}}
Note: [?%SIZE%] and [%TEXT/IMAGE%] are optional parameters.
Option Description
%IMAGE/PAGE% an image or a page as you know it from DokuWiki
%SIZE% (optional) Width and height (optional) in px. Example: 200×300
keepOpen (optional) All links in a page opened via a popup will also open in a popup.
%TEXT/IMAGE% (optional) Here you can set the name or an additional image. This will be displayed to the user as link to click on for the popup

Hints:

  • ? is required when using either %SIZE%or keepOpen
  • &is required in between when using both options.
  • keepOpen only has an effect when using a page id, never with an image.

##Extra JavaScript for loaded pages

You can add JavaScript that is being executed for pages that load in a popup. The script has to be placed in the page to load. it will not get executed anywhere else. You have to enable this.

<popupscript>
/* JavaScript */
</popupscript>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].