Table of Contents

Pxxo plugin

pxxo plugin by Stéphane Gully
Allows you to include pxxo's widgets into the current page.

Last updated on 2008-03-26. Provides Syntax, Action.
No compatibility info given!

Tagged with application, pxxo, widget.

Attention: currently the pxxo documentation is only written in french. However it exists an overview written in english.

Download plugin-pxxo.tar.gz

Dependencies

You need several PEAR packages:

Description

To use the plugin you have to insert the following code in your dokuwiki page:

<pxxo widget="Pxxo_Widget_HelloWorld">
  <params>
    <montexte>Bla bla bla</montexte>
    <theme>blue</theme>
  </params>
</pxxo>

This will instantiate the HelloWorld widget in your page using the 'blue' theme with a 'Bla bla bla' value for the 'montexte' parameter.

The parameters description must be written in XML and must be understood by XML_Unserializer. For advanced example, please have a look to the french pxxo plugin documentation.