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 functionality.
[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 |
<btable Test>
<columns> Person A ^ Person B ^ Person C ^ Person D ^ Person E </columns> <rows> 10-10-2007 ^ 17-10-2007 ^ 24-10-2007 </rows>
</btable>
<btable Test Double>
<columns> Person A ^ Person B ^ Person C ^ Person D ^ Person E </columns> <rows> 10-10-2007 ^ 17-10-2007 ^ 24-10-2007 </rows>
</btable>