-
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
From conversation on 2/24/2019 confirmed there is no API at this time for programmatic launch of a modal form in UF_FormGenerator. The methods that do it are private behind the existing API.
In my case, I don't have a button and don't have an anchor tag in the UI that a click event can be bound to in the normal way. Instead, I need to launch the modal form from javascript in a custom event handler function provided by a context menu framework I'm using.
Enhancement request: Provide a public method that displays the modal form so that click event element binding is not required. For example ...
formGenerator.displayForm(options) { ... }