-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
improve templates:form-control #51
Conversation
adds a switch case for the xhtml:form element itself for externally supplying the `form/@action` via templating.
before this commit it used the reques:get-parameter function
@bwbohl Could you explain the relationship between the |
good point! But you are right the parameter obviously should not have an application-specific name; function-specific might be preferable to make it more general. So probably renaming it to |
Ok, just renamed the requested parameter to |
any chance this get's integrated? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks all good to me, thanks.
@bwbohl Sorry for the delay. Thank you for checking in on the status! It looks good to me too. |
Is there any documentation on how to use this? |
Not at the moment, as is true for almost all functions in the templates module, probably this should be tackled in general |
adds a switch case for the xhtml:form element itself for externally supplying the
form/@action
via templating.