Table of Contents

BTable Plugin

btable plugin by Oliver Horst
Helps to note the attendance of people for meetings or courses.

Last updated on 2007-12-08. Provides Syntax.
No compatibility info given!

Similar to doodle.

Tagged with attendance, boolean, choices, doodle, export.

This plugin is based on the doodle plugin and extends it with support for CSV export and the ability to predefine not only columns, but also rows.

Description

This plugin can help your team to schedule meetings or making other decisions in a team. The syntax looks like this:

<btable [id]>
  <columns>
    ^ [column] ^ [column] ^ ... ^
  </columns>
  <rows>
    ^ [row] ^ [row] ^ ... ^
  </rows>
</btable>

That means, you can simply put a <btable> tag on the page and gets a fully selectable boolean table with export functionalities.

[id] the ID of the btable; must be unique1); appears as title required
[column] an option for which users can tick a checkbox whether it's 'true' or not ('false') required
[row] an option which users can select from a combobox to insert boolean values for it required

You can see this plugin in action here.

Download & Installation

You can download and install the btable.zip (16 KB) with the plugin manager.

Source Code

As the source code is included in the file above, please download this to view the source code.

Languages

Currently only German (de), English (en) and Italian (it) translations are available. Feel free to translate it to another language and send it back to me and I will add it to the release!

Revision History

Discussion

Feedback


Warning: ksort() expects parameter 1 to be array, boolean given in /../wiki/lib/plugins/btable/syntax.php on line 192

used code:

 \\
<btable Testanfrage: Palmenfest in der Karibik am 16.06 bis 29.08>
  <columns>
    ^ JA ^ NEIN ^ unsicher ^
  </columns>
  <rows>
    ^ siggi ^ Andreas ^ Tomatensaft ^
  </rows>
</btable>
1) If it is not, metadata of the btable with the same id gets mixed up, i.e. answers to choices in a previous btable appear in the new when the choices are the same.