Opened 13 years ago

Closed 13 years ago

#272 closed enhancement (fixed)

EditFeature - event after commit

Reported by: adube Owned by:
Priority: minor Milestone:
Component: widgets Version:
Keywords: Cc:

Description

When using the !EditFeature_Split widget, we may want to get a hold on the features that were commit. Currently, the callback method is locally managed, but without triggering anything we can listen.

Simply add a new "aftercommit" event for that.

Change History (1)

comment:1 by adube, 13 years ago

Resolution: fixed
Status: newclosed

r1111, featuring :

  • new "aftercommit" event triggered with the features sent in the request and those returned by it
  • use of EVENT_TYPES for OpenLayers 2.11 and older support, but also works with newer versions.
  • sample updated to demonstrate the use of the event in a new "save" button.

Fixed.

Note: See TracTickets for help on using tickets.