HTML5 Responsive Notify Support Product Page
Answered
Does this extension work with DW Insert/Update behaviors?
Asked 10 years ago
1
has this question
10 years ago Steve Skinner posted:
I want to use the HTML 5 notifications when a record is added or updated using the DW Insert/Update behaviors. Is this possible? Replies
Replied 10 years ago
10 years ago Teodor Kuduschiev replied:
Hello,
Yes this extension can be called onsuccess/onerror when inserting/updating. This is shown in the video tutorials of the database updater.
Yes this extension can be called onsuccess/onerror when inserting/updating. This is shown in the video tutorials of the database updater.
Replied 10 years ago
10 years ago Steve Skinner replied:
I'm not using the database updater. I wanted to know if it would work with Dreamweaver server behaviors for insert/update/delete.
Replied 10 years ago
10 years ago Teodor Kuduschiev replied:
I am afraid this is not possible, as the DW server behaviors are not using AJAX to submit data but refresh the page.