Generic Function Gridedit-Delete-Item (1 method)

( gridedit-delete-item < grid > < item-id > )

Part of:

package weblocks
Called by 'gridedit-delete-items' to delete a single item. The
default implementation deletes the item, and if
'gridedit-cascade-delete-mixins-p' is set to true, deletes mixin
objects. Specialize this method to customize the way items are
deleted.

grid - the gridedit object.
item - the integer id of the object to be deleted.

Method Summary

gridedit-delete-item < gridedit > < t >