Skip to content

Seeking programmatic launch of Modal Form (no button, no anchor click) #11

@frankfont

Description

@frankfont

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) { ... }

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions