
lib.form.form.jelly Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hudson-core Show documentation
Show all versions of hudson-core Show documentation
Contains the core Hudson code and view files to render HTML.
The newest version!
Outer-most tag of the entire form taglib, that generates <form> element.
@action of the form field. The URL where the submission is sent.
Submission method. Either post or get.
@name of the form. In HTML this is not a mandatory attribute,
but in Hudson you should have it for testing and page scraping,
so this attribute is marked required.
@enctype of the <form> HTML element.
@target of the <form> HTML element. Works like <a target="...">
and controls which window the result of the submission goes to.
Optional class attribute for <table> that is created in the form.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy