From 0933e64016ac2719ac10958e522900238b7b6336 Mon Sep 17 00:00:00 2001 From: Patrick Paul Date: Tue, 24 Dec 2013 18:13:41 -0500 Subject: [PATCH] (1 of 1) updated README to include newer draw:deletestart and draw:deletestop events per commit bb4d474 --- README.md | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b6bbccc2d..f340efa69 100644 --- a/README.md +++ b/README.md @@ -130,19 +130,35 @@ Triggered when the user has finished a particular vector or marker. #### draw:editstart -Triggered when the user starts edit mode by clicking the edit or remove tool button. +Triggered when the user starts edit mode by clicking the edit tool button. | Property | Type | Description | --- | --- | --- -| handler | String | The type of edit this is. One of: `edit`, `remove` +| handler | String | The type of edit this is. One of: `edit` #### draw:editstop -Triggered when the user has finshed editing (edit or remove mode) and saves edits. +Triggered when the user has finshed editing (edit mode) and saves edits. | Property | Type | Description | --- | --- | --- -| handler | String | The type of edit this is. One of: `edit`, `remove` +| handler | String | The type of edit this is. One of: `edit` + +#### draw:deletestart + +Triggered when the user starts remove mode by clicking the remove tool button. + +| Property | Type | Description +| --- | --- | --- +| handler | String | The type of edit this is. One of: `remove` + +#### draw:deletestop + +Triggered when the user has finished removing shapes (remove mode) and saves. + +| Property | Type | Description +| --- | --- | --- +| handler | String | The type of edit this is. One of: `remove` ## Advanced options