fires before editing of an item is completed
beforeEditEnd: (value: string, id: string | number) => boolean | void;
Parameters:value: string
- the value of an itemid: string | number
- the id of an itemReturn false
to prevent closing of an editor; otherwise, true
.
Example
dataview.events.on("beforeEditEnd", function(value,id){
// your logic here
return false;
});
Related sample: Dataview. Events
Change log:added in v6.1
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4