Homec4science

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

Authored by epriestley <git@epriestley.com> on Oct 14 2013, 20:58.

Description

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

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.

Reviewers: btrahan

Reviewed By: btrahan

CC: aran

Differential Revision: https://secure.phabricator.com/D7295

Details

Committed
epriestley <git@epriestley.com>Oct 14 2013, 20:58
Pushed
aubortJan 31 2017, 17:16
Parents
rPH181aff855648: Make some dropdown CSS more specific
Branches
Unknown
Tags
Unknown

Event Timeline

epriestley <git@epriestley.com> committed rPH3f5a7b31c8be: Add a synthetic DOM event to JX.Workflow for form submission (authored by epriestley <git@epriestley.com>).Oct 14 2013, 20:58