Ajax Checklist

Component ID

167793

Component name

Ajax Checklist

Component type

module

Component security advisory coverage

not-covered

Downloads

6460

Component created

Component changed

Component body

The Ajax Checklist module implements a filter and associated javascript that allows you
to put something like this in a node:

--------------------------------------------
Things to do before leaving the house for DrupalCon 2007:

[cb all1 Discuss flights]
[cb some1 Book group flights]

[cb user-step1 Did you check if the heating is off?]
[cb user-step2 Did you feed the cat?]
[cb user-step3 Do you have your credit card?]
--------------------------------------------

This will generate checkboxes in the node text that will update their settings in the
database (associated with the node and the checkbox id (the 2nd field with eg. step2))
with an ajax call.

Any checkbox id that starts with user- will be linked to the user,
all other ids will be linked to the node.