Skip to content

Multiple string selection for fieldsets, readonly for textboxes with #, class for submit buttons #332

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

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

hfr
Copy link

@hfr hfr commented Feb 8, 2024

This are a couple of minor improvements

The value which is used to control the visibility of fieldsets is now a list of strings separated by a '|'.

So the following is possible:

select "label" "A|B|C|D"
fieldset "" "label "A|C"
...

The fieldset will be shown if A or C is selected.

The # is supported as the readonly option. It is currently implemented for textboxes.

Submit buttons support now the .class option, which allows to assign a classname to them. This allows an easier formatting via css.

A configuration field is added to limit the use of forms to specific namespaces. This prevents that users can simply copy forms to different namespaces and use them there. This might be especially important if a different virtual user is used to execute forms.

An additional script interface was added to forward the $argv array to the script. This allows to specify additional parameter when the script is used in the forms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant