Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CustomForms - support subForms #556

Closed
rsoika opened this issue Nov 3, 2023 · 0 comments
Closed

CustomForms - support subForms #556

rsoika opened this issue Nov 3, 2023 · 0 comments

Comments

@rsoika
Copy link
Member

rsoika commented Nov 3, 2023

Support a new optional tag to separate imixs-form-sections into tabs

<?xml version="1.0"?>
<imixs-form>

    <imixs-subform label="Basic"  >
        <imixs-form-section columns="1" label="Formular">
            <item name="debug.name" type="text"  label="Name:" />
        </imixs-form-section>
        <imixs-form-section columns="2">
            <item name="debug.user" type="custom" path="userinput"  label="Responsible2:" />
            <item name="debug.team" type="custom" path="userlistinput"  label="Team:" />
            <item name="debug.country" type="text"  label="Country:" span="4" />
        </imixs-form-section>
    </imixs-subform>

    <imixs-subform label="Dispatch" readonly="false">
        <imixs-form-section label="" path="sub_dispatch" />
    </imixs-subform>

</imixs-form>

image

This feature should be optional and not break existing form-definitions!

@rsoika rsoika added the feature label Nov 3, 2023
@rsoika rsoika added this to the 5.0.0 milestone Nov 3, 2023
rsoika added a commit that referenced this issue Nov 3, 2023
issue #556
@rsoika rsoika added the testing label Nov 3, 2023
rsoika added a commit that referenced this issue Nov 8, 2023
rsoika added a commit that referenced this issue Nov 27, 2023
@rsoika rsoika closed this as completed Feb 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant