Generic Function Mark-Dirty (1 method)

( mark-dirty < w > &key < putp > )

Part of:

package weblocks
Default implementation adds a widget to a list of dirty
widgets. Normally used during an AJAX request. If there are any
widgets in the 'propagate-dirty' slot of 'w' and 'putp' is true, these
widgets are added to the dirty list as well.

Note, this function is automatically called when widget slots are
modified, unless slots are marked with affects-dirty-status-p.

Method Summary

mark-dirty < widget