
lib.form.entry.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!
An entry of the <f:form>, which is one logical row (that consists of
several <TR> tags.
One entry normally host one control.
Name of the entry. Think of this like a label for the control.
Used for the databinding. TBD. When this attribute
is specified, @help is inferred, and nested input controls don't need
the @field nor @name.
If it's not obvious to the user as to what the control expects,
specify some description text (which currently gets rendered as
small text under the control, but that may change.)
This text shouldn't get too long, and in recent Hudson, this feature
is somewhat de-emphasized, in favor of the inline foldable help page
specified via @help.
if present and true - value is overridden
If present, Redo icon will rendered and Reset will be available.
URL to the HTML page. When this attribute is specified, the entry gets
a (?) icon on the right, and if the user clicks it, the contents of the
given URL is rendered as a box below the entry.
The URL should return an HTML document wrapped in a <div> tag.
The URL is interpreted to be rooted at the context path of Hudson,
so it's normally something like "/plugin/foobar/help/abc.html".
© 2015 - 2025 Weber Informatics LLC | Privacy Policy