Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

[InputDialogFacet] capability to define custom input field in XML #663

Closed
glebfox opened this issue Sep 17, 2021 · 0 comments
Closed

[InputDialogFacet] capability to define custom input field in XML #663

glebfox opened this issue Sep 17, 2021 · 0 comments
Assignees
Milestone

Comments

@glebfox
Copy link
Contributor

glebfox commented Sep 17, 2021

Currently, the InputDialogFace has only Java API to define a custom field for an InputParameter.

Solution

<inputDialog id="inputDialogCustomFields">
    <parameters>
        <stringParameter id="customStringParam">
            <textArea caption="Custom string param" required="true"/>
        </stringParameter>
    </parameters>
</inputDialog>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants