Page MenuHomePhabricator

Add a synthetic DOM event to JX.Workflow for form submission
ClosedPublic

Authored by epriestley on Oct 14 2013, 12:31 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Dec 30, 12:24 PM
Unknown Object (File)
Fri, Dec 20, 10:50 AM
Unknown Object (File)
Nov 29 2024, 5:34 PM
Unknown Object (File)
Nov 29 2024, 5:34 PM
Unknown Object (File)
Nov 29 2024, 5:34 PM
Unknown Object (File)
Nov 29 2024, 5:26 PM
Unknown Object (File)
Nov 27 2024, 10:24 AM
Unknown Object (File)
Nov 19 2024, 3:58 AM
Subscribers

Details

Summary

Currently, when a dialog is submitted the Workflow itself emits an event but no DOM event is emitted. The workflow event is fine for handlers which only use JS, but there's currently no way for a handler to act more like a normal form handler. This event gives normal form handlers a way to capture Workflow submits and muck around with form contents, etc.

Test Plan

In a future diff, edited policies via a Workflow dialog.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped