...
Code Block | ||||
---|---|---|---|---|
| ||||
if (pui.dragDropInfo\["target element id"\] == "Trash") changeElementValue("DeletedItems", Number(get("DeletedItems")) + 1); |
...
Code Block | ||||
---|---|---|---|---|
| ||||
if (\!confirm("Are you sure?")) pui.dragDropInfo.cancel = true;
|
...
Code Block | ||||
---|---|---|---|---|
| ||||
if (pui.dragDropInfo\["target element id"\] == "Trash") changeElementValue("DeletedItems", Number(get("DeletedItems")) + 1); |
...
Code Block | ||||
---|---|---|---|---|
| ||||
if (\!confirm("Are you sure?")) pui.dragDropInfo.cancel = true;
|